Centaurus 1.0
Cinematic text-to-video and image-to-video. 720p / 1080p, 2–15s clips.
The unfiltered image & video generation API.
One request, no polling. Pay per call.
Three families across video, image and editing. One API, pay only for what you generate.
Cinematic text-to-video and image-to-video. 720p / 1080p, 2–15s clips.
Text-to-image, prompt-driven image editing, and multi-shot image-to-video.
High-quality image-to-video with smooth motion. 480p / 720p, 5s or 8s.
Plain HTTP. Real infra. No moderation surprises.
No safety filters. No policy 400s. No silent prompt rewrites.
H100 fleet, four regions. p95 under 2.8s for 1024px.
POST to /v1/generate?wait=true and get the finished URL back. Plain HTTP.
No subscription. No minimums. Failed generations are auto-refunded.
A Bearer key and a JSON POST. Use ?wait=true and the finished URL comes right back.
Sign up and copy your key from the dashboard. New accounts get $10 to test.
Send one request to /v1/generate with a Bearer key. Add ?wait=true to get the result in a single call.
Read the output from data[0].url. No SDK, no polling loop required.
// One request. The finished URL comes back. const res = await fetch("https://api18.dev/v1/generate?wait=true", { method: "POST", headers: { Authorization: `Bearer ${process.env.API18_KEY}`, "Content-Type": "application/json", }, body: JSON.stringify({ model: "centaurus-1.0-text-to-video", prompt: "a moody noir street, neon rain", resolution: "720p", }), }); const job = await res.json(); console.log(job.data[0].url); // → https://…/your-video.mp4
No subscription. No minimums. Failed requests are free.
Api18.dev is an uncensored REST API for AI image and video generation. It applies no content moderation to prompts and supports adult/+18 and NSFW use cases. You send one JSON POST with a Bearer key and receive a media URL — text-to-image, image editing, text-to-video and image-to-video.
Yes. There is no prompt-moderation classifier and adult/+18 use is permitted in the terms. Your prompt is passed to the model and you get the output. Illegal content remains prohibited, and you are responsible for lawful use.
Pricing is pay-as-you-go in USD per call, with no subscription or minimums, and failed calls are refunded automatically. New accounts get $10 in free credit to test every model in the dashboard playground. The API runs on paid balance.
You top up your balance with USDT on the Solana or Tron network — no card and no identity verification required. Top-ups confirm in seconds, and because USDT is dollar-pegged it maps directly to each call's USD price.
No. Api18.dev is a plain REST API. The simplest integration is one call to POST /v1/generate?wait=true, which returns the finished job with the output at data[0].url. Any HTTP client works, and an LLM-ready reference lets ChatGPT, Claude, Grok or Gemini write the integration for you.
Text-to-image, prompt-driven image editing, text-to-video, and image-to-video (animating a still you provide). Each model's exact parameters, pricing and a runnable example are on the models page.
Free credits on signup. Production-ready in sixty seconds.