cURL
curl --request POST \ --url https://api.example.com/v1beta/tasks/{id}/complete-manual-session \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Mark the manual browser session as complete and continue the task workflow.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
Authorization
Bearer <api_key>
The ID of the task to perform manually.
Successful response