Skip to main content
REST API for creators and products

Build with the AI influencer API.

Bring AI influencer creation into your app with secure REST endpoints for influencer operations, persona-aware content, and scalable workflows.

Developer primitives

The building blocks for AI influencer products.

Manage influencer infrastructure

List and manage the AI influencers owned by your account, with predictable JSON responses for your product.

Trigger content workflows

Start persona-aware image, video, reel, story, and carousel generation through focused capabilities.

Keep access scoped

Use an Inflyu API key with Bearer authentication and build on account-scoped developer capabilities.

Quickstart

Make your first authenticated request.

Create a key in Settings → Developer, send it as a Bearer token, and call a capability from your server. Read-only influencer listing has no credit cost; generation capabilities use credits.

API and MCP access require the Developer Platform to be enabled; create a key in Settings → Developer when it is available.

View developer quickstart

List available capabilities with GET /api/v1/capabilities — requires Authorization: Bearer inflyu_...

POST /api/v1/run/influencers.list
curl -X POST https://inflyu.com/api/v1/run/influencers.list \
  -H "Authorization: Bearer inflyu_..." \
  -H "Content-Type: application/json" \
  -d '{"take":10}'

FAQ

Questions about the API.

What can I build with the Inflyu AI Influencer API?

You can list and manage AI influencers, start persona-aware content generation, and connect those capabilities to your own products and workflows.

How does authentication work?

Create an API key in Inflyu Developer Settings and send it with each request in an Authorization: Bearer inflyu_... header.

Is the AI Influencer API the same as Inflyu MCP?

The REST API is designed for HTTP integrations, while Inflyu MCP provides hosted tools for compatible AI agent clients.

Choose the interface for your workflow.

Explore the full developer platform, or connect compatible AI agents through the hosted Inflyu MCP server.