curl --request POST \
--url https://api.avidoai.com/v0/scrape-jobs \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"url": "https://example.com/docs"
}
'{
"id": "123e4567-e89b-12d3-a456-426614174000"
}curl --request POST \
--url https://api.avidoai.com/v0/scrape-jobs \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"url": "https://example.com/docs"
}
'{
"id": "123e4567-e89b-12d3-a456-426614174000"
}Your unique Avido API key
Your unique Avido Application ID
Request body for starting a new scrape job
The URL to scrape
"https://example.com/docs"
Scrape job created successfully
Response after starting a scrape job
The unique identifier of the created scrape job
"123e4567-e89b-12d3-a456-426614174000"