cURL
curl --request POST \ --url https://api.airfold.co/v1/schemas/ai \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-ndjson' \ --data '"<string>"'
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Multipart message for schema and data.
The body is of type string.
string
OK
The response is of type string.
Was this page helpful?