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>"
}'
"<any>"

Authorizations

X-API-Key
string
header
required

Body

application/json
url
string
required

The url of the web page you want to retrieve the contents of

query
string | null

Optional, a query to be used to search the contents of the url

Response

200
application/json
Successful Response

The response is of type any.