POST
/
deepquant
/
jobs
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"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json

Response

200 - application/json

Job started successfully

The response is of type object.