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>"
}
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>"
}
Browser agent slug
Successfully started browser agent invocation