ApiVolumes
POST /v1/volumes/{v}/files/upload
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
v*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/volumes/string/files/upload" \ -H "Content-Type: application/json" \ -d '{}'{ "upload_id": "string", "missing": [ "string" ], "expires_at": "string"}Empty