Snakk AI - Voice Agent Platform API
    Snakk AI - Voice Agent Platform API
    • System
      • Simple health check
        GET
      • Detailed health check with dependency status
        GET
    • Tenants
      • Create new tenant (signup)
        POST
    • Agents
      • List all agents for tenant
        GET
      • Create new agent
        POST
      • Get agent details
        GET
      • Delete agent
        DELETE
    • Tools
      • List tools/webhooks for agent
        GET
      • Add tool/webhook to agent
        POST
    • Calls
      • Start outbound call from database agent
        POST
      • Start outbound call with ad-hoc agent config (JSON)
        POST
    • Phone Numbers
      • List your phone numbers
        GET
      • Available numbers to claim
        GET
      • Claim a number from pool
        POST
      • Assign number to agent
        POST
      • Unassign number from agent
        POST
      • Release number (return to pool)
        POST
    • Statistics
      • Dashboard overview
        GET
      • Daily usage statistics
        GET
      • Monthly usage statistics
        GET
    • Subscription
      • Current subscription
      • Available plans
      • Request plan upgrade
    • Web Access
      • Generate web widget token
    • AI Tools
      • AI Prompt Generator
    • Account
      • Your account info
      • Regenerate API key
    • Platform Admin
      • Platform-wide overview (admin only)
    • Schemas
      • Tenant
      • Agent
      • Call

    Call

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
        "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
        "phone_number": "string",
        "direction": "inbound",
        "duration_seconds": 0,
        "minutes_billed": 0,
        "cost_nok": 0,
        "status": "in_progress",
        "recording_consent": true,
        "recording_url": "string"
    }
    Built with