Skip to main content

Ingest Legacy

POST /ingest is a TikTok-only compatibility endpoint for direct post_video queue-item ingestion.
New integrations should generally use the process-first public API. Use this endpoint only when you specifically need TikTok queue-item posting semantics keyed by account_id + content_id. Instagram posting does not use this legacy endpoint; use POST /capability-requests/enqueue with platform: "instagram" instead.

Request Example

Accepted Response

Duplicate Response

Request Fields

Validation Rules

  • video_path must be valid http(s).
  • cover_image_path must be valid http(s) when present.
  • assets are HEAD-checked before enqueue
  • caption must be non-empty and at most 4000 characters
  • account_id must resolve to an active account

Idempotency

Idempotency key:

Failure Modes