1
Create a project
Use
POST /v1/projects with a name and optional description or tags.2
Add or import material
Add an item directly, or use
POST /v1/imports to create a durable ingestion job.3
Observe job state
Poll
GET /v1/jobs/{id} until the job succeeds, partially succeeds, fails, or is cancelled.4
Build an output
Use cited answers, comparisons, reports, or project exports depending on the result you need.