Path Parameters
Browser agent slug
Body
application/json
Variables to pass to the browser agent
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>",
"browserAgentRunId": "<string>"
}
Start execution of a browser agent with optional variables.
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>",
"browserAgentRunId": "<string>"
}
Browser agent slug
Variables to pass to the browser agent
Show child attributes