ThemeatosAI
One API for the models your WordPress products actually ship with.
WooCommerce sells credits. This gateway holds site licenses and optional kie.ai keys. WordPress plugins call only Themeatos — never the upstream provider.
Same shape as a modern AI gateway.
Developers get one Bearer token, one create-job endpoint, and webhook-ready status polling — without juggling five vendor SDKs inside every Themeatos plugin.
Unified jobs
POST /api/v1/jobs/create → task_id. Poll until succeeded. Failed generations never keep credits.
Credit wallet
Transparent per-model pricing for image, video, audio, and chat — mirrored in the dashboard.
Plugin-ready
Designed so Planwise, Lingox, and Ekanka can share one Themeatos AI backend.
From marketplace to production call.
Pick a model, try it in the playground, then copy the same request into your WordPress plugin or agency stack.
curl -X POST https://ai.themeatos.com/api/v1/jobs/create \
-H "Authorization: Bearer ta_live_..." \
-H "Content-Type: application/json" \
-d '{"model":"flux-pro","prompt":"WooCommerce hero for Planwise"}'