Skip to main content

Overview

The Graine AI API provides full programmatic access to all platform features.

Base URL

https://api.graine.ai/api/v1

Authentication

All API requests require Bearer token authentication:
curl https://api.graine.ai/api/v1/agents \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Core Endpoints

Agents

Create and manage voice agents

Campaigns

Launch and monitor campaigns

Calls

Retrieve call data and transcripts

Analytics

Access performance metrics

Rate Limits

  • 1,000 requests per minute
  • 50,000 requests per hour
  • 1,000,000 requests per day

SDKs

Coming soon:
  • Python SDK
  • Node.js SDK
  • Ruby SDK
  • PHP SDK

Next Steps

API Reference

View complete API documentation