POST
/
transformations
curl --request POST \
  --url https://api.atlos.dev/transformations \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "input_type": "file",
  "file_url": "<string>",
  "input_content": {},
  "schema_id": "<string>",
  "schema": {}
}'
{
  "status": "<string>",
  "message": "<string>",
  "data": {
    "output": {},
    "transformation_id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.