Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
required

The type of file being uploaded.

Available options:
document,
image
Example:

"document"

Body

multipart/form-data
file
string
required

The file to upload

Response

Successful Response

id
string
required
type
enum<string>
required
Available options:
document,
image
name
string
required
source
string
default:uploaded_file
Allowed value: "uploaded_file"
created_at
string<date-time> | null
size
integer | null