Skip to main content
GET
Get upload status

Authorizations

Authorization
string
header
required

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

Path Parameters

image_id
string
required

Response

Successful Response

An image's upload lifecycle and metadata — enough to know when a freshly uploaded image is ready to run a prediction against.

id
string
required
name
string
required
upload_status
enum<string>
required

Lifecycle of a resumable S3 multipart image upload.

uploading -> row created, bytes still being PUT directly to S3 processing -> object landed in S3, backend is converting it off the event loop ready -> conversion done, shape populated, image is usable failed -> aborted or conversion failed (orphan-sweep cron will reap it)

Available options:
uploading,
processing,
ready,
failed
image_type
enum<string>
required
Available options:
TIFF
size
integer
required
created_at
string<date-time>
required
shape
integer[] | null
folder_id
string<uuid> | null
processed_at
string<date-time> | null
upload_error
string | null