Last updated 5 months ago
Was this helpful?
curl -L \ --request POST \ --url 'https://api.scanner.demo-001.teleskope.ai/v1/scan' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "data_store": "text", "resource_type": "text", "resource_id": 1 }'
{ "job_id": 1, }