cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/uploads/{id} \ --header 'Authorization: Bearer <token>'
200
pending
{ "id": "550e8400-e29b-41d4-a716-446655440000", "status": "pending", "createdAt": "2026-02-04T10:30:00.000Z" }
Returns the current status and metadata of an upload. Poll this endpoint until status is ‘ready’, then use the returned assetId when creating posts.
API key authentication. Generate an API key from your workspace settings.
Upload job ID (UUID)
Upload status and metadata. Response shape depends on status.
Upload is queued and waiting to be processed
Was this page helpful?