Send HTTP requests directly to your running Pipecat Cloud agent sessions.
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD methods.
host - Excludedcontent-length - Excludedauthorization - Excluded (authentication is handled by the API gateway)0.1.2 or later. See the Session API
guide for setup instructions
and examples.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.
Name of the deployed agent
Session ID returned from the start endpoint
The endpoint path defined in your bot using the @app decorator
Successful response from the bot
Response from your bot endpoint. The schema depends on what your bot returns.