Skip to main content
POST
Run evaluators against a Pipecat WebRTC deployment (manual room URLs, v1)

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Body

Schema for the run_scenarios_pipecat endpoint, which runs scenarios using Pipecat WebRTC. Total runs: one per entry in scenarios (no frequency multiplier on this endpoint).

scenarios
object[]
required

List of scenarios to run with their Pipecat WebRTC configuration

agent
integer

Agent ID to run the scenarios against. If omitted, the agent is derived from the first scenario's configured agent.

mock_tool_names
string[] | null

Names of mock tools to activate for this run. Omit (or send null) to mock every tool configured on the agent; send an empty list to mock none so every tool keeps its original endpoint; send specific names to mock only those.

Response

id
integer

ID of the result

agent
integer

ID of the agent

status
enum<string>

Status of the result

Available options:
pending,
running,
completed,
failed
run_as_text
boolean

Whether the scenario ran as text or not

Example:

false

runs
object[]
Examples:
created_at
string<date-time>
Example:

"2025-02-25T21:00:01.990052Z"