Files

Endpoints for managing workspace files.

Upload

post

This endpoint allows you to upload a file to the workspace. You can use this endpoint to upload a file and get the id of the file to use as an input in an app.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filestring · binaryRequired
Responses
chevron-right
200

File uploaded successfully

application/json
idintegerOptional

The id of the file, you can use this id as an app's input

Example: 23
created_atstring · date-timeOptionalExample: 2023-06-20 00:49:56.696000000 Z
updated_atstring · date-timeOptionalExample: 2023-10-24 11:26:21.820000000 Z
post
/public_api/workspace_files

Last updated

Was this helpful?