Skip to main content
Start bot

Authorizations

Authorization
string
header
required

Your API key from pailflow.com

Body

application/json
room_url
string
required

Full video meeting room URL (e.g., https://your-domain.daily.co/room-name)

Example:

"https://your-domain.daily.co/your-room"

bot_config
object
required
token
string | null

Optional meeting token for private rooms

provider
string
default:daily

Provider (default: 'daily' for future multi-provider support)

Example:

"daily"

process_insights
boolean
default:true

Whether to extract insights after bot finishes (default: true)

Example:

true

email
string | null

Email to send results to (optional)

analysis_prompt
string | null

Custom prompt for AI analysis (optional)

summary_format_prompt
string | null

Custom prompt for summary formatting (optional)

webhook_callback_url
string | null

Webhook URL to send results to (optional)

Response

Bot started successfully

status
string
Example:

"started"

bot_id
string<uuid>
Example:

"258b06fc-6bc9-4261-9f29-bc8a4474af0a"

room_url
string
Example:

"https://your-domain.daily.co/your-room"