POST
/
v1
/
sources
/
{source_id}
/
upload

Authorizations

Authorization
string
headerrequired

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

Path Parameters

source_id
string
required

Body

multipart/form-data
file
file
required

Response

200 - application/json
metadata_
object | null

The metadata of the job.

id
string

The human-friendly ID of the Job

status
enum<string>

The status of the job.

Available options:
created,
running,
completed,
failed,
pending
created_at
string

The unix timestamp of when the job was created.

completed_at
string | null

The unix timestamp of when the job was completed.

user_id
string
required

The unique identifier of the user associated with the job.