Uploads

Get a single upload

Retrieve details of a specific upload by its ID, including metadata, status, and associated source.

GET
/api/uploads/{uploadId}

Authorization

Authorization
header
string
required

Enter the project access token with the Bearer prefix, e.g. "Bearer project_access_token"

Path Parameters

uploadId
string
required

Upload ID

Responses

application/json
data
object
required

Data contains the response object

status
"success"
string
required

Status indicates the response status "success"

OK