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

Authorizations

Authorization
string
header
required

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

Body

Data to infer schema from

The body is of type object.

Response

200
application/json
OK

The response is of type object.