cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/sessions/{session_id}/agent/resume \ --header 'anchor-api-key: <api-key>'
{ "data": { "status": "success" } }
Resumes the AI agent for the specified browser session.
API key passed in the header
The ID of the browser session
"550e8400-e29b-41d4-a716-446655440000"
Agent resumed successfully
The response is of type object.
object