Send GET request to session
Agents
Session API
Send HTTP requests directly to your running Pipecat Cloud agent sessions.
GET
Send GET request to session
Send HTTP requests to endpoints defined in your running bot. SupportsDocumentation Index
Fetch the complete documentation index at: https://docs.pipecat.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.