Skip to main content
POST
Create Submission

Authorizations

X-API-Key
string
header
default:sk_live_your_api_key_here
required

Workspace-scoped API key. Format: sk_live_{64 hex chars}

Query Parameters

simulationDelaySeconds
integer | null
Required range: 0 <= x <= 30

Body

application/json

Request model for creating a submission.

assets
AssetInput · object[]
required

Assets to include in the submission

Minimum array length: 1
sidekickIds
string<uuid>[]
required

Sidekick UUIDs to run for compliance checking. At least one is required — a submission with no sidekick has nothing to check.

Minimum array length: 1
name
string | null

Optional display name for the submission. Defaults to the first asset's filename if omitted.

Maximum string length: 120
tags
TagInput · object[]

Tags to apply to assets, referenced by key/value (found-or-created).

contextItems
ContextItemInput · object[]

Supporting files/links to attach to assets for the compliance review.

metadata
Metadata · object | null

Optional custom metadata

externalReference
ExternalReference · object | null

Structured reference to the external work item this submission originates from. Returned on GET and echoed on the asset.processing.* webhook so an integration can correlate the completion back.

Response

Successful Response

Response model for submission creation.

submissionId
string<uuid>
required

Created submission ID

workflowId
string
required

Workflow ID (job tracking ID)

ablyChannel
string
required

Ably channel for real-time updates

status
enum<string>
required

Submission status

Available options:
uploading,
submitted,
queued,
processing,
complete,
failed,
partial
assets
AssetCreatedResponse · object[]
required

Created assets

skippedTags
SkippedTagResponse · object[]

Tags refused by value-policy governance. The submission succeeded (partial success, BR-13); only these specific tags were not applied.