Welcome to Beta!AetherSoul is in closed beta. Explore our diverse cast of AI characters with voice, video calls, and more. Join the Waitlist
Interactive API explorer for experiment CRUD, metrics, and webhooks
List all experiments with optional filtering
query · string
Filter by status (running, completed, draft)
query · number
Max results to return
query · number
Pagination offset
Click "Send" to execute the request
curl -X GET \ "https://api.charflow.ai/api/v1/experiments?status=running&limit=20&offset=0" \ -H "Authorization: Bearer YOUR_API_KEY"