cURL
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": {} }
This endpoint is used to retrieve the post-processed contents of a web page in the format that the agentic search engine processes.
Successful Response
The response is of type object.
object