cURL
curl --request POST \ --url https://api.quantpilot.ai/deepquant/jobs \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "prompt": "Analyze BTC price action and volume patterns", "async": true }'
{ "job_id": "dq_123456", "status": "queued" }
Initiates a new DeepQuant analysis job based on the provided prompt
API key for authentication
Job started successfully
The response is of type object.
object