POST
/
autonomous
curl --request POST \
  --url https://api.induced.ai/api/v1/autonomous \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "task": "Go to google and search for Elon Musk"
}'
{
  "success": true,
  "data": {
    "id": "<string>",
    "streamingUrl": "<string>",
    "watchUrl": "<string>"
  },
  "requestId": "<string>",
  "timeTaken": 123
}

Authorizations

x-api-key
string
header
required

Body

application/json
task
string

Response

200 - application/json
Task executed successfully
success
boolean
data
object
requestId
string
timeTaken
integer