AgentFS

Upload a batch of files

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Header Parameters

Idempotency-Key?string

A stable key for one logical write.

Length1 <= length <= 200

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/problem+json

POST
/v1/batch
curl -X POST "https://example.com/v1/batch" \  -F manifest="string"
{}