Developer SDKsBuild with Voice AI

Three powerful SDKs to integrate AI voice capabilities into your applications. Request access to start building the future of voice interactions.

Booking API

Dynamic Booking System API

LLM-ready endpoints to create booking systems for any business type. Restaurants, transport, spas, hotels - one API, infinite possibilities.

Lightning Fast

Sub-100ms response times

API Key Auth

Secure authentication

Full Dashboard

UI + AI Agents

Flexible Schema

Dynamic attributes

Authentication

All requests require an API key. Get yours from the dashboard under Developers → API Keys.

# Add to request headers
X-API-Key: pk_your_api_key_here

# Or use Authorization Bearer
Authorization: Bearer pk_your_api_key_here

Quick Example

Create a complete booking system in 2 API calls:

1. Get available tools

curl -H "X-API-Key: pk_your_key" \
  https://app.pinecall.io/api/bookings/tools

2. Configure your booking system

curl -X POST https://app.pinecall.io/api/bookings/tools \
  -H "X-API-Key: pk_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "configure_booking_system",
    "input": {
      "name": "My Restaurant",
      "businessType": "restaurant",
      "resourceDefinition": {
        "name": "table",
        "pluralName": "tables",
        "attributes": [
          {"key": "seats", "type": "number", "required": true}
        ]
      }
    }
  }'

Response Format

{
  "success": true,
  "tool": "configure_booking_system",
  "result": {
    "message": "Booking system configured successfully",
    "configurationId": "67e1234567890abcdef12345",
    "configuration": { ... }
  }
}

Works with any industry

One API, Any Business Type

RestaurantsTransportSpa & SalonSportsHotelsCoworking

Ready to build?

Create your free account and get your API key in seconds. Start building dynamic booking systems today.

Get your API Key

Voice Agent API

Complete programmatic control over AI voice agents. Configure channels, manage prompts, deploy agents, handle outbound calls, and assign phone numbers - all through our comprehensive API.

Sage AI SDK

Transform text into intelligent prompts using Sage AI. Orchestrate multiple sub-agents, generate context-aware responses, and deliver optimized prompts for any voice AI scenario.

Web Voice SDK

Embed AI voice agents directly into your website or application. Simple JavaScript integration with real-time voice conversations and complete customization control.

Developer Resources

Everything you need to integrate voice AI into your applications

API Documentation

Comprehensive guides, code examples, and API references to get you started quickly

Code Examples

Ready-to-use code snippets and sample implementations across multiple languages

Developer Support

Priority support for developers with dedicated channels and expert assistance

Coming Soon