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.
Your API key for authentication. Get one at https://critique-labs.ai/en/dashboard
The url of the web page you want to retrieve the contents of
Optional, a query to be used to search the contents of the url
Successful Response