Create a resumable upload
Handles files up to 5 TB, and is required above 100 MiB. Files up to 5 GB get one upload_url unless the body sets multipart: true. Repeating an identical live request returns the existing session.
Handles files up to 5 TB, and is required above 100 MiB. Files up to 5 GB get one upload_url unless the body sets multipart: true. Repeating an identical live request returns the existing session.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/problem+json
curl -X POST "https://example.com/v1/uploads" \ -H "Content-Type: application/json" \ -d '{}'{}
AgentFS