HumanbasedDocs
Developer GuidesData and integrations

Data Schema

Schemas for Live Submissions, Delivery Items, Frontiers, and Tasks.

Live Submission

Returned by GET /v1/live/pull.

FieldTypeDescription
submission_idstringSubmission Snowflake and pagination cursor.
task_idstringTask associated with the Submission.
campaign_idstringCampaign associated with the Submission.
dataobjectStructured data. Its schema depends on the Template.
quality_scorenumberQuality score.
quality_gradestringS, A, B, C, or D.
unit_price_usdnumberPer-item price used by the Subscription.
sourcestringSource of the Submission.
created_atstringISO timestamp.

Frontier Summary

Returned by GET /v1/frontiers. It includes domain_id, title, status, task_count, and total_submissions.

Task Summary

Returned by GET /v1/frontiers/tasks?domain_id=<id>. It includes task_id, domain_id, name, task_type, status, and submission_count.

Quality Grades

GradeScoreMeaning
S0.97Exceptional quality
A0.85High quality
B0.70Standard quality
C0.50Below average
D0.30Low quality

Delivery Item

A simulated Vertical Subscription item includes an Item ID, Vertical, Topic, Payload, quality information, per-item price, and creation time. The Payload schema depends on the Vertical; process it according to the API response and the relevant Vertical description.

On this page