POST
/
suggestions
curl --request POST \
  --url https://api.atlos.dev/suggestions \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "file_url": "<string>"
}'
{
  "status": "<string>",
  "message": "<string>",
  "data": {
    "schema": {},
    "type": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Headers

x-vercel-id
string
default:a0e6b53b-eb8e-4d67-a115-67a36bbcb3d3

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.