Create Upload Session
POST/api/v1/workspaces/:workspace_name/upload_sessions
Creates a session for uploading files and file metadata. The session remains active for 24 hours. You can upload up to 10 000 files in a session.
Request
Responses
- 201
- 402
- 406
- 422
Your session is created.
You can't upload to this workspace through upload sessions on a free plan. To use this feature, upgrade to a paid plan. You can still upload files through the UI at no cost.
You can't upload files because you've reached the maximum number of upload sessions allowed per user. Close existing sessions using the Close Session endpoint before starting a new one.
Validation Error
Was this page helpful?