Skip to main content
POST
Confirm upload and create asset record

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string | null

Path Parameters

asset_upload_id
string<uuid>
required

Body

application/json

POST /v1/asset-uploads/{asset_upload_id}/confirmations body.

folder_id
string<uuid> | null

Response

Successful Response

Response shape.

id
string<uuid> | null
org_id
string<uuid> | null
folder_id
string<uuid> | null
name
string | null
r2_key
string | null
url
string | null
thumbnail_url
string | null
mime_type
string | null
size_bytes
integer | null
asset_type
string | null
source_type
string | null
source_id
string | null
created_by
string<uuid> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
deleted_at
string<date-time> | null
deleted_by
string<uuid> | null
created_by_user
EmbedValidator · object | null

Minimal user shape for embedded user fields.

Includes only display-relevant fields. Excludes sensitive/admin fields: email_verified_at, disabled_at, is_internal, locale_code, timezone.