Developer Resources

Build custom integrations, automate workflows, and extend BlackOps Center using its developer tools and REST APIs.

Build custom integrations, automate workflows, and extend BlackOps Center with our developer tools and APIs.

API Documentation

API Documentation. Build custom integrations with our REST API.

Access your content library, voice profiles, and content generation features programmatically. Create automated workflows and custom integrations.

View API docs

Available APIs

Content Library API

Add, retrieve, and manage saved content programmatically. Perfect for automated content curation workflows.

  • POST /api/ext/content-library
  • GET /api/ext/content-library

Voice Profile API

Access and update voice analysis data. Retrieve voice profiles for custom content generation integrations.

  • GET /api/admin/ai-content/voice-profile
  • POST /api/admin/ai-content/process-stream

Twitter API

Generate tweets, threads, and replies. Manage Twitter activity and voice training data.

  • POST /api/ext/twitter/compose-tweet
  • POST /api/ext/twitter/generate-reply

Content Generation API

Generate blog posts, newsletters, and other long-form content from journal entries or topics.

  • POST /api/admin/journal/generate-content-async
  • POST /api/admin/newsletters/generate-stream

Authentication

All API endpoints require authentication. The extension API uses token-based authentication while admin APIs use session authentication.

# Extension API (Token Auth)
curl -X POST \
  -H "Authorization: Bearer YOUR_EXT_TOKEN" \
  -H "Content-Type: application/json" \
  https://blackopscenter.com/api/ext/content-library

Generate your extension token from the Browser Extension settings page.

Webhooks

Webhook Events (Coming soon)

Receive real-time notifications when content is generated, published, or engagement thresholds are reached.

Additional Resources

Want this page as machine-readable markdown? GET /docs/developer.md