API Management

API Token

Use your API token to access the DraftForger AI API programmatically. Keep your token secure and never share it publicly.

You don't have an active API token yet. Generate one to start using the API.

API Documentation

Base URL

https://api.ai.draftforger.com

Authentication

Include your API token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Example Request

curl -X POST https://api.ai.draftforger.com/contacts \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "john@example.com",
    "first_name": "John",
    "last_name": "Doe"
  }'

Rate Limits

  • • 60 requests per minute
  • • 1,000 requests per hour
  • • Rate limit headers included in responses

Available Endpoints

POST/contactsCreate contact
GET/contactsList contacts
POST/campaignsCreate campaign
GET/campaignsList campaigns

Usage Statistics

Requests This Month

0

Last Request

Never

Rate Limit

60/min