cURL
curl --request POST \ --url https://api.webtranspose.com/v1/crawl/resume \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "crawl_id": "<string>" } '
{}
Resume the crawling process.
OK