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>" } }
Successful Response
The response is of type object.
object