Send GET request to session
Session API
Proxy HTTP requests to endpoints defined in your running Pipecat Cloud bot: GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD.
GET
Send GET request to session
Send HTTP requests to endpoints defined in your running bot. Supports
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD methods.
Request Headers
Headers are forwarded to your bot with these exceptions:host- Excludedcontent-length- Excludedauthorization- Excluded (authentication is handled by the API gateway)
Requires base image version
0.1.2 or later. See the Session API
guide for setup instructions and examples.Authorizations
Authentication using a Pipecat Cloud public API key.
Generate a public API key from your Dashboard (Settings > API Keys > Public > Create key) and include it as a Bearer token in the Authorization header.
Path Parameters
Name of the deployed agent
Session ID returned from the start endpoint
The endpoint path defined in your bot using the @app decorator
Response
Successful response from the bot
Response from your bot endpoint. The schema depends on what your bot returns.