Web Agents
Authorize a Web Agent Call
Create a single-use session token for a client to talk with your web agent.
POST
/
v1
/
agents
/
{agent_id}
/
authorize
Headers
Your API key for authentication.
Example web call usage (client side):
Path
The web agent to authorize a call for.
Special note: While in Beta, this request must be made to the web.bland.ai
domain.
Response
The single-use session token that can be sent to the client.
Can be success
or error
.
A message saying whether the token creation succeeded, or a helpful message describing why it failed.