AIano API

Build powerful AI apps with the AIano API.
Generate text, images, chatbots and summarize content effortlessly.

Text Generation

Generate AI text for blogs, scripts, marketing and apps.

POST /v1/text/generate
{ "prompt": "Write a blog about AI", "max_tokens": 200 }

Image Generation

Create AI-generated images from text prompts.

POST /v1/image/generate
{ "prompt": "A futuristic robot", "size": "1024x1024" }

Chat AI

Build chatbots using conversational AI.

POST /v1/chat
{ "message": "Explain black holes", "model": "aiano-chat" }

Summarization

Summarize long texts instantly.

POST /v1/summarize
{ "text": "Long article text here..." }

Code Generation

Generate boilerplate and snippets for various programming languages.

POST /v1/code/generate
{ "prompt": "Create a React component for login form" }

Style Transfer

Apply artistic styles to your images easily.

POST /v1/image/style-transfer
{ "image_url": "https://example.com/myphoto.jpg", "style": "van Gogh" }

Try the API Playground!