Skip to main content
POST
Review a video submission

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Body

application/json

Record a company review decision. Extra fields are accepted and ignored (the route's zod is passthrough).

status
enum<string>
required

The review decision.

Available options:
approved,
rejected,
revisions_requested
feedback
string

Optional feedback shown to the creator (trimmed).

attachments
object[]

Optional feedback attachments shown to the creator.

Response

The submission after recording the review decision.

data
object
required

Result payload for a review action.