KREAITIV // DEVELOPERS
Build with Kreaitiv.
Connect your applications and workflows to Kreaitiv's intelligence, creation and campaign infrastructure via a clean REST API.
API access is included on the Agency plan.
QUICKSTART
Up and running in five steps.
01
CREATE API KEY
Generate an API key from your account settings under Developers.
02
AUTHENTICATE
Pass your key in the Authorization header: Bearer YOUR_KEY.
03
SEND REQUEST
Make your first API call — try creating a simulation.
04
RECEIVE RESULT
Handle the structured JSON response in your application.
05
LISTEN FOR WEBHOOK
Subscribe to events to receive real-time completion notifications.
WEBHOOKS
Real-time event notifications.
Subscribe to platform events and receive webhooks when key actions complete — no polling required.
simulation.completedFired when a simulation finishes processing.
{ simulation_id, status, results }content.generatedFired when a content generation job completes.
{ content_id, type, brand_id }campaign.updatedFired when a campaign status changes.
{ campaign_id, previous_status, new_status }post.publishedFired when a scheduled post is successfully published.
{ post_id, platform, published_at }workflow.failedFired when an automation workflow encounters an error.
{ workflow_id, step, error_code }trend.detectedFired when a new trend signal is detected for a tracked topic.
{ trend_id, topic, signal_strength }SDKs
Official SDKs.
Official SDKs simplify authentication, error handling and response parsing for common languages.
JavaScript / TypeScript
npm install @kreaitiv/sdkPython
pip install kreaitivMore SDKs planned. REST API works directly from any language.
API ACCESS
Available on Agency plan.
API access is included on the Agency plan. Enterprise plans can include custom API capacity and rate limit arrangements.
Starter—
Growth—
Pro—
AgencyINCLUDED