POST
/
v1
/
files

Authorizations

Authorization
string
headerrequired

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

Headers

Content-Disposition
string
required

The disposition type of the file, typically used to indicate the form-data name. Use attachment with the filename parameter to specify the name of the file, for example: attachment; filename="example.pdf".

Content-Type
string
required

The MIME type of the file being uploaded. Supports txt, doc, docx, ppt, pptx, jpg, png, eml, html, pdf, srt, csv, xls, and xlsx files.

Content-Length
integer
required

The size of the file in bytes.

Body

The body is of type file.

Response

200 - application/json
id
string
required

A unique identifier of the file.

created_at
string
required

The timestamp when the file was uploaded.

name
string
required

The name of the file.

graph_ids
string[]
required

A list of graph IDs that the file is associated with.

status
string
required

The processing status of the file.