Getting StartedFeatured
Introduction
What Abzar AI offers and how the External API works.
Abzar AI is a unified AI platform that gives you access to multiple providers and models through a single External API. Use one API key to generate text and images without integrating each provider separately.
What you can build
- Content generation for blogs, product copy, and SEO metadata
- Chat and assistant experiences powered by multiple model families
- Image generation for marketing creatives, product shots, and concept art
- WordPress plugins, SaaS backends, and automation workflows
External API at a glance
| Item | Value |
|---|---|
| Base URL | https://abzar-ai.com/api/external/ai |
| Methods | GET, POST, OPTIONS |
| Auth | X-API-Key or Authorization: Bearer <key> |
| Content type | application/json |
| Capabilities | Text generation · Image generation |
How billing works
Every successful request deducts tokens from your active subscription based on the selected model and request type (text or image). Before you call the API:
- Create an account and choose a plan
- Generate an API key from Dashboard → Settings → API Keys
- Confirm your key has access to the providers and models you need
Next steps
- Follow the Quickstart to make your first request
- Read Authentication for key management
- Explore Text Generation and Image Generation