Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Response
201 - application/json
File ID.
Example:
"fil_2QdJDDUej969ev"
File name.
Example:
"invoice_2024.pdf"
File type based on the MIME type.
Supported file types:
pdf
: PDF documentsdoc
: Microsoft Word documents (legacy)docx
: Microsoft Word documentsxls
: Microsoft Excel spreadsheets (legacy)xlsx
: Microsoft Excel spreadsheetsppt
: Microsoft PowerPoint presentations (legacy)pptx
: Microsoft PowerPoint presentationstxt
: Plain text filescsv
: Comma-separated values filesjpeg
: JPEG imagespng
: PNG imagesgif
: GIF imagessvg
: SVG vector imagesjson
: JSON data filesxml
: XML data files
Available options:
pdf
, doc
, docx
, xls
, xlsx
, ppt
, pptx
, txt
, csv
, jpeg
, png
, gif
, svg
, json
, xml
Example:
"pdf"
MIME type of the file.
Example:
"application/pdf"
ID of the customer linked to the file.
Example:
"cus_QalW2vTAdkR6IY"
Date when the file was created.
Example:
"2024-11-12T07:38:39.222Z"