POST
/
crawl
curl --request POST \
  --url https://api.askmy.biz/crawl \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "base_url": "https://example.com",
  "namespace": "example_com",
  "max_pages": 1
}'
{
  "job_id": "645f3c1649ec746bc1871307",
  "namespace": "example_com"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Response

200 - application/json

Crawl job successfully initiated

The response is of type object.