API Reference

Build powerful integrations with Trident's RESTful API. Generate content, manage territories, and automate your workflows programmatically.

Quick Start

Authentication
curl -X POST https://api.trident.ai/v1/content/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "territory": "us-en",
    "topic": "AI in content marketing",
    "length": "long"
  }'

Endpoints

POST
/v1/content/generate

Generate new content for a specified territory and topic.

GET
/v1/territories

List all configured territories and their settings.

GET
/v1/content/{id}

Retrieve a specific piece of generated content.

POST
/v1/content/{id}/publish

Publish content to connected platforms.

Full API documentation coming soon

We're finalizing our API documentation with detailed examples, SDKs, and interactive playground. Request early access to start building.

Request API access