POST
/
v1
/
contents
curl --request POST \
  --url https://api.critique-labs.ai/v1/contents \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "url": "<string>",
  "query": "<string>"
}'
{
  "response": "<string>",
  "info": {}
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.