ReferenceAPI
Admit Tool
Header Parameters
Idempotency-Key*string
Length
1 <= length <= 256Request Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body*file
Format
binaryResponse Body
application/json
application/json
curl -X POST "https://example.com/v1/tools" \ -H "Idempotency-Key: string" \ -H "Content-Type: application/octet-stream" \ -d 'string'{ "error": { "code": "string", "message": "string", "retryable": false }, "id": "string", "status": "admitted"}