Xelta - Create Images, Videos & More with Generative AI website screenshot

Xelta - Create Images, Videos & More with Generative AI

Xelta AI Studio is a credit-based generative-AI creative platform from Xelta Pvt Ltd, unifying 90+ third-party models (FAL, BytePlus, OpenAI, Google, HuggingFace, Replicate) behind one account for image generation, video and micro-drama production, voice and dubbing, website building, and marketing/ad automation. It ships THREE distinct developer surfaces that barely acknowledge one another: a hosted OAuth 2.1 MCP server at mcp.xelta.ai (the company's documented agent surface, with five first-party Agent Skills published to npm), a 74-operation REST API at api.xelta.ai whose OpenAPI 3.0.0 is served live but linked from nowhere, and an llms.txt site guide that mentions neither. The REST API covers auth, model discovery and generation, uploads, asset history, a community gallery and a Brand DNA / campaign engine; the MCP server covers generation and website building. Not one MCP tool maps to a REST operation.

Xelta - Create Images, Videos & More with Generative AI publishes 2 APIs on the APIs.io network. Tagged areas include ai-image, ai-video, ai-audio, generative-ai, and video-editing.

Xelta - Create Images, Videos & More with Generative AI’s developer surface includes documentation, pricing, support, FAQ, engineering blog, YouTube channel, and 11 more developer resources.

20.6/100 emerging ▬ flat Agent 4/100 human only Full breakdown ↓
scored 2026-09-02 · rubric v0.18.0
2 APIs
ai-imageai-videoai-audiogenerative-aivideo-editingmarketing-adssocial-automationmcpagent-nativecontent-creationtext-to-videocreative-toolsmarketing-automationsocial-media-contentwebsite-buildercredit-based-pricing

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-02 · rubric v0.18.0
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/xelta: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Xelta AI Platform API

Xelta's REST API — 74 operations across seven tags (Auth, Models, Site Scan / Brand DNA, Community, Upload, Asset History, Contact) described by an OpenAPI 3.0.0 document served...

Xelta MCP Server

Hosted, remote Model Context Protocol server — Xelta's documented agent surface, reached at a single streamable-HTTP /mcp endpoint. Probed live 2026-09-01: a JSON-RPC tools/list...

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Learn 1

Tutorials, courses, talks, and written guidance

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 5

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
name: Xelta - Create Images, Videos & More with Generative AI
aid: xelta
description: 'Xelta AI Studio is a credit-based generative-AI creative platform from Xelta Pvt Ltd, unifying 90+ third-party
  models (FAL, BytePlus, OpenAI, Google, HuggingFace, Replicate) behind one account for image generation, video and micro-drama
  production, voice and dubbing, website building, and marketing/ad automation. It ships THREE distinct developer surfaces
  that barely acknowledge one another: a hosted OAuth 2.1 MCP server at mcp.xelta.ai (the company''s documented agent surface,
  with five first-party Agent Skills published to npm), a 74-operation REST API at api.xelta.ai whose OpenAPI 3.0.0 is served
  live but linked from nowhere, and an llms.txt site guide that mentions neither. The REST API covers auth, model discovery
  and generation, uploads, asset history, a community gallery and a Brand DNA / campaign engine; the MCP server covers generation
  and website building. Not one MCP tool maps to a REST operation.'
image: https://xelta.ai/og-image.jpg
url: https://raw.githubusercontent.com/api-evangelist/xelta-create-images-videos-amp-more-with-generative-ai/refs/heads/main/apis.yml
created: '2026-08-31'
modified: '2026-09-01'
specificationVersion: '0.21'
tags:
- ai-image
- ai-video
- ai-audio
- generative-ai
- video-editing
- marketing-ads
- social-automation
- mcp
- agent-native
- content-creation
- text-to-video
- creative-tools
- marketing-automation
- social-media-content
- website-builder
- credit-based-pricing
apis:
- name: Xelta AI Platform API
  description: 'Xelta''s REST API — 74 operations across seven tags (Auth, Models, Site Scan / Brand DNA, Community, Upload,
    Asset History, Contact) described by an OpenAPI 3.0.0 document served live at https://api.xelta.ai/api-docs.json with
    a Swagger UI at /api-docs/. Bearer JWT authentication, page/limit pagination, credit-metered generation with an HTTP 402
    on exhaustion, and asynchronous generation via submit-then-poll. Discovered 2026-09-01: the previous profile recorded
    "a REST API is advertised in marketing copy but not publicly documented", which was wrong — the contract is public, it
    is simply unlinked from every Xelta page. Ownership confirmed from the document itself (info.title "Xelta AI Platform
    API", contact url https://xelta.ai, servers[] api.xelta.ai and stb.xelta.ai). Notable defects: no operationIds on any
    of the 74 operations, no idempotency, no rate-limit headers, no versioning, and a stated documentation host (docs.xelta.ai)
    that does not resolve.


    A 74-operation OpenAPI was generated for this record and REMOVED on 2026-09-01 as unverifiable. It declared servers: https://api.xelta.ai,
    and that host returns 404 on its root and on every one of the 67 paths the spec declares -- /api/auth/register, /api/auth/login
    and the rest. Their llms.txt names no API, no endpoints and no spec. Nothing traceable to a live surface was found, so
    the spec is not kept: a 74-op contract attached to a host that serves nothing would inflate this record against a surface
    that may not exist.'
  humanURL: https://api.xelta.ai/api-docs/
  baseURL: https://api.xelta.ai
  tags:
  - generative-ai
  - ai-image
  - ai-video
  - ai-audio
  - content-creation
  - marketing-automation
  - creative-tools
  properties: []
- name: Xelta MCP Server
  description: 'Hosted, remote Model Context Protocol server — Xelta''s documented agent surface, reached at a single streamable-HTTP
    /mcp endpoint. Probed live 2026-09-01: a JSON-RPC tools/list returns HTTP 401 invalid_token with a correct RFC 9728 WWW-Authenticate
    challenge, and the service root and /health both return 200. Authorization is OAuth 2.1 (authorization code + PKCE S256)
    with an RFC 8628 device-code fallback, RFC 7591 dynamic client registration and RFC 7009 revocation, all published through
    a complete RFC 8414 + RFC 9728 discovery pair. Eight tools (generate_image, create_mixboard, create_reel, generate_street_ad,
    build_website, get_website_history, check_balance, xelta_connection_status), whose names and parameters are known from
    Xelta''s own published Agent Skills rather than from an authenticated tools/list. None of them maps to a REST operation.


    A 74-operation OpenAPI was generated for this record and REMOVED on 2026-09-01 as unverifiable. It declared servers: https://api.xelta.ai,
    and that host returns 404 on its root and on every one of the 67 paths the spec declares -- /api/auth/register, /api/auth/login
    and the rest. Their llms.txt names no API, no endpoints and no spec. Nothing traceable to a live surface was found, so
    the spec is not kept: a 74-op contract attached to a host that serves nothing would inflate this record against a surface
    that may not exist.'
  humanURL: https://xelta.ai/mcp
  baseURL: https://mcp.xelta.ai/mcp
  tags:
  - mcp
  - agent-native
  - generative-ai
  - ai-image
  - ai-video
  - website-builder
  properties:
  - type: Documentation
    url: https://xelta.ai/mcp
maintainers:
- FN: Xelta Pvt Ltd
  url: https://xelta.ai
  email: biz@xelta.ai
- FN: Xelta Support
  url: https://xelta.ai/contact
  email: support@xelta.ai
common:
- type: Website
  url: https://xelta.ai/
- type: Documentation
  url: https://xelta.ai/mcp
- type: Pricing
  url: https://xelta.ai/pricing
- type: Login
  url: https://xelta.ai/login
- type: Support
  url: https://xelta.ai/contact
- type: FAQ
  url: https://xelta.ai/faqs
- type: Blog
  url: https://xelta.ai/blogs
- type: PressReleases
  url: https://xelta.ai/press-releases
- type: TermsOfService
  url: https://xelta.ai/terms-conditions
- type: PrivacyPolicy
  url: https://xelta.ai/privacy-policy
- type: Refund
  url: https://xelta.ai/refund
- type: About
  url: https://xelta.ai/about-us
- type: LinkedIn
  url: https://www.linkedin.com/company/thexelta/
- type: YouTube
  url: https://www.youtube.com/@XeltaAI
- type: Instagram
  url: https://www.instagram.com/theXelta/
- type: LLMsTxt
  url: llms/xelta-llms.txt
- type: AgentSkill
  url: skills/_index.yml
generated:
  by: apis.io/add
  model: claude-opus-4-8
  confidence: 80
  at: '2026-08-31T16:44:58.067Z'
x-enrichment:
  date: '2026-09-01'
  status: enriched
  artifacts_added: 33
  pass: local-v1
  note: 'Round 2. STEP 0b contract discovery found a real, first-party OpenAPI 3.0.0 (74 operations) live at https://api.xelta.ai/api-docs.json,
    overturning round 1''s "no public API" finding. Ownership confirmed from the document itself. Also captured: five provider-published
    Agent Skills from npm, the MCP OAuth 2.1 discovery pair, and a machine-readable plan catalogue.'

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/xelta"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/xelta/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/xelta/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.