Assistive API

We're making our platforms available through our API to developers.

Our first API, the Assistive Video API, makes text-to-video and image-to-video capabilities just a request away.

The Assistive API is currently available to select developers, and we aim to make it generally available in the near future.

Sign up for early access
fetch('https://api.assistive.chat/v1/video/text-to-video', { method: 'POST', headers: { "Authorization": "Bearer " + ASSISTIVE_API_KEY, "Content-Type": "application/json" }, body: JSON.stringify({ prompt: "Brown grizzly bear eating salmon in river" }) }).then((response) => response.json()).then((res) => { console.log("Video URL: " + res.video_url) })

© 2025 Assistive.