Skip to main content
GET
Check upload status
This endpoint uses a different base URL:https://media.postflow.app/api/v1

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mediaId
string
required

The media ID returned from the async upload endpoint.

Response

Upload status

media_id
string
required
status
enum<string>
required

Current processing status.

Available options:
processing,
completed,
failed
data
MediaData · object | null

MediaData object when status is completed, otherwise null.

error
string | null

Error message when status is failed.