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.
Bring AI influencer creation into your app with secure REST endpoints for influencer operations, persona-aware content, and scalable workflows.
Developer primitives
List and manage the AI influencers owned by your account, with predictable JSON responses for your product.
Start persona-aware image, video, reel, story, and carousel generation through focused capabilities.
Use an Inflyu API key with Bearer authentication and build on account-scoped developer capabilities.
Quickstart
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 quickstartList available capabilities with GET /api/v1/capabilities — requires Authorization: Bearer inflyu_...
curl -X POST https://inflyu.com/api/v1/run/influencers.list \
-H "Authorization: Bearer inflyu_..." \
-H "Content-Type: application/json" \
-d '{"take":10}'FAQ
You can list and manage AI influencers, start persona-aware content generation, and connect those capabilities to your own products and workflows.
Create an API key in Inflyu Developer Settings and send it with each request in an Authorization: Bearer inflyu_... header.
The REST API is designed for HTTP integrations, while Inflyu MCP provides hosted tools for compatible AI agent clients.
Explore the full developer platform, or connect compatible AI agents through the hosted Inflyu MCP server.