Developers

Private beta

Naise API

The developer API is in private beta. We are shaping it with a small group of design partners before opening it up, so the surface is intentionally small and the docs below are a preview of what is coming, not the final spec.

What it will cover

The building blocks, exposed as endpoints.

Campaigns

Create and manage campaigns programmatically. Submit a brief, set channels and markets, and let Naise execute.

Publishing

Schedule and publish content across connected social accounts, with per-platform localization built in.

Reporting

Pull live performance: reach, engagement, conversions, and influencer ROI, ready for your own dashboards.

Webhooks

Subscribe to events like campaign launched, post published, and coverage detected, delivered in real time.

A quick taste

One request, a whole campaign.

Post a brief with your channels and target markets. Naise handles the research, drafting, scheduling, and reporting, then streams progress back through webhooks. The example is illustrative while the beta firms up.

POST /v1/campaigns
curl https://api.naise.ai/v1/campaigns \
  -H "Authorization: Bearer $NAISE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "brief": "Launch our new eco bottle across SG and MY",
    "channels": ["instagram", "tiktok", "pr"],
    "language": "auto"
  }'

Private beta

Building on Naise?
Let's get you in early.

Tell us what you want to build and we will send credentials and docs as we open the API up.