Aex Brain
ReferenceAPI

Admit Tool

POST
/v1/tools

Header Parameters

Idempotency-Key*string
Length1 <= length <= 256

Request Body

application/octet-stream

TypeScript Definitions

Use the request body type in TypeScript.

body*file
Formatbinary

Response 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"}