Files API

Files API Reference


GET /v1/files

API endpoint for GET requests to /v1/files.

Method: GET
Path: /v1/files

POST /v1/files

API endpoint for POST requests to /v1/files.

Method: POST
Path: /v1/files

POST /v1/files/batch_upload

API endpoint for POST requests to /v1/files/batch_upload.

Method: POST
Path: /v1/files/batch_upload

POST /v1/files/batch_upload/{batch_job_id}:complete

API endpoint for POST requests to /v1/files/batch_upload/{batch_job_id}:complete.

Method: POST
Path: /v1/files/batch_upload/{batch_job_id}:complete

GET /v1/files/{file_id}

API endpoint for GET requests to /v1/files/{file_id}.

Method: GET
Path: /v1/files/{file_id}

DELETE /v1/files/{file_id}

API endpoint for DELETE requests to /v1/files/{file_id}.

Method: DELETE
Path: /v1/files/{file_id}

PUT /v1/files/{file_id}

API endpoint for PUT requests to /v1/files/{file_id}.

Method: PUT
Path: /v1/files/{file_id}

POST /v1/files:download

API endpoint for POST requests to /v1/files:download.

Method: POST
Path: /v1/files:download

POST /v1/files:initialize

API endpoint for POST requests to /v1/files:initialize.

Method: POST
Path: /v1/files:initialize

POST /v1/files:uploadChunks

API endpoint for POST requests to /v1/files:uploadChunks.

Method: POST
Path: /v1/files:uploadChunks