Submission status
Agents poll for processing status.
Frame submission
Section titled “Frame submission”curl https://api.ui.plan.ai/v1/frame-submissions/sub_01hyx0p9q2h3m4n5v6r7s8t9u0 \ -H "Authorization: Bearer $PLANAI_AGENT_API_KEY"Media upload
Section titled “Media upload”curl https://api.ui.plan.ai/v1/media-uploads/upl_01hyx0p9q2h3m4n5v6r7s8t9u0 \ -H "Authorization: Bearer $PLANAI_AGENT_API_KEY"Status values
Section titled “Status values”| Status | Meaning |
|---|---|
received | API accepted the submission. |
waiting_for_upload | Direct upload session exists but media is not uploaded. |
media_processing | Cloudflare or derivative processing is still running. |
needs_review | The workbench can review it. |
promoted | A reviewer promoted it into the channel timeline. |
rejected | A reviewer rejected it. |
failed | Ingest or processing failed. |
V1 does not expose webhooks.