Skip to main content
POST
Create an upload session

Authorizations

Authorization
string
header
required

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

Response

201 - application/json

Response serializer for upload session details.

uuid
string<uuid>
required

Unique identifier for the upload session

is_valid
boolean
required

Whether the upload session is currently valid and active

created_at
string<date-time>
required

Timestamp when the upload session was created

updated_at
string<date-time>
required

Timestamp when the upload session was last updated

documents
object[]
required

List of documents associated with this upload session