Welcome to Beta!AetherSoul is in closed beta. Explore our diverse cast of AI characters with voice, video calls, and more. Join the Waitlist

API Playground

Interactive API explorer for experiment CRUD, metrics, and webhooks

v1.0 Base: api.charflow.ai
Endpoints
GET
https://api.charflow.ai/api/v1/experiments?status=running&limit=20&offset=0

List all experiments with optional filtering

Auth Required

query · string

Filter by status (running, completed, draft)

query · number

Max results to return

query · number

Pagination offset

Response

Click "Send" to execute the request

cURL
curl -X GET \
  "https://api.charflow.ai/api/v1/experiments?status=running&limit=20&offset=0" \
  -H "Authorization: Bearer YOUR_API_KEY"