POST
/
api
/
v2
/
browser-agents
/
{slug}
/
invoke
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
response = client.v2.browser_agents.invoke(
    slug="slug",
)
print(response.async_result_id)
{
  "asyncResultId": "<string>"
}

Path Parameters

slug
string
required

Browser agent slug

Body

application/json

Response

200
application/json

Successfully started browser agent invocation