POST
/
v1
/
schemas
/
ai
curl --request POST \
  --url https://api.airfold.co/v1/schemas/ai \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-ndjson' \
  --data '"<string>"'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Multipart message for schema and data.

The body is of type string.

Response

200
application/x-ndjson
OK

The response is of type string.