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 }
Task executed successfully
The response is of type object.
object