cURL
curl --request GET \ --url https://api.askmy.biz/crawl/pages \ --header 'X-API-Key: <api-key>'
{ "job_id": "<string>", "pages": [ { "job_id": "<string>", "namespace": "<string>", "url": "<string>", "title": "<string>", "content": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Returns detailed information about each processed page in a crawl job
API key for authentication
Crawled pages retrieved successfully
The response is of type object.
object