API overview

Through the API you can embed the platform’s capabilities directly into your own dashboard, customer panel or internal tools—without exposing the underlying layer to end users.

Common use cases

  • Automatically generating posters for newly added products in your e‑commerce store.
  • Creating personal brand photos for users when they sign up to your platform.
  • Creating multiple variants of creatives for A/B testing in ad campaigns.

Core concepts

  • JWT‑based access tokens for authenticating requests.
  • Rate limiting to prevent abuse and keep the service stable.
  • Data models for prompts, categories and generation logs.

Request pattern

The API follows a RESTful design and uses JSON. Requests typically specify the prompt type, prompt ID and optional parameters such as language or target model.

In the full technical docs you will find code examples for multiple languages such as JavaScript and Python.

Security & privacy

All API communication happens over HTTPS and sensitive user data should be encrypted and managed on your side. We only keep the minimum data required to process images.

For more details, please review our Privacy Policy and Terms of Use.

To obtain full technical documentation, API keys and code samples, please contact our team via the Contact page.