The task-type catalogue

The canonical set of task types your agent can create, grouped by family — the single source of truth every surface reads from.

A task's type tells Hannu what kind of real-world work it is — which shapes pricing, matching, and the proof required. This is the canonical catalogue; the API, the console, and the marketing site all read from the same source.

Field & physical

TypeKeyWhat it is
Field verificationfield_verificationVerify an address, business or asset in person, with geotagged proof.
Photo capturephoto_captureStructured photo evidence of a place, product or document.
Delivery & courier runsdeliveryPoint-to-point pickup and delivery with proof of handoff.
Other physical tasksother_physicalCustom real-world tasks that pass the safety filter.

Data & research

TypeKeyWhat it is
Data collectiondata_collectionOn-the-ground data gathering against a defined schema.
Research verificationresearch_verificationVerify claims, listings or records against primary sources.
Data labelingdata_labelingHuman labels for training and evaluation datasets.
SurveyssurveyStructured surveys run with real respondents in the field.

Voice & language

TypeKeyWhat it is
Phone callsphone_callOutbound calls with a scripted outcome and a recorded disposition.
TranslationtranslationTranslate content across Nigerian and international languages.
TranscriptiontranscriptionAccurate transcripts of audio and video.

Content & review

TypeKeyWhat it is
Content reviewcontent_reviewHuman review of content against a policy or rubric.
Other digital tasksother_digitalCustom digital tasks that pass the safety filter.

13 types in the catalogue. Whether each is live, pilot or gated is governed config, surfaced per zone at GET /v1/content — never hardcoded.

Live, pilot, or gated

The catalogue is fixed, but which types are bookable in a given zone is governed config, not code. Each type has a display state — live, pilot, or gated — surfaced per zone at GET /v1/content. Read that endpoint to know what you can actually create right now, rather than assuming from this list.

One number, one source

This catalogue is the only place task types are defined. If you see a different count elsewhere, this is authoritative.