Skip to main content
POST
Complete Upload

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Response

Successful Response

project_id
string
required
status
enum<string>
required

Public project lifecycle: creation → upload → analyzable (or failed).

One of three distinct status vocabularies on the /v1 wire (REE-75) — project lifecycle, command dispatch, and analysis result are different state machines and are declared as different enums on purpose.

Available options:
created,
uploading,
ready,
failed
created_at
string
required
source
ProjectSourceResponse · object
required
source_size_bytes
integer
required
duration
number
required
width
integer | null
height
integer | null