Ingest a Creator On Demand
Request ingestion of a creator we do not yet have. The handle is validated live before anything is created, then a profile is seeded and enrichment begins asynchronously.
How it works:
- The handle is normalized and validated live to confirm it exists
- If we already have the creator, you get
200withstatus: already_existsand are not charged - Otherwise a profile is seeded and you get
202withstatus: ingesting
Polling for results:
Use the returned status_url (GET /v1/creators/{id}) to poll for the built profile. Basic header details are usually available within about a minute; full analysis and synthesized fields fill in within about a day. While the profile is still building, that endpoint may return 404 or sparse fields.
Limits:
- Only
instagramis supported today - Each account has a daily ingest quota; exceeding it returns
429withquota_exceededand aRetry-Afterheader - Handles that do not exist return
404and are not charged
Pricing: 5 credits per creator ingested ($0.05). Charged only when a new creator is seeded — existing, not-found, and invalid handles are free.
Authorizations
Body
On-demand creator ingest request
On-demand creator ingest request
Platform of the handle to ingest. Only instagram is supported today.
instagram "instagram"
Handle to ingest. A leading @ is stripped and the handle is lowercased before validation.
1 - 50"fitness_coach_jane"
Optional free-text note describing why this creator is being ingested (e.g. the search that surfaced them). Stored for your own attribution; does not affect processing.
500"vegan fitness coaches in Austin"
Response
Successful response
On-demand creator ingest result