For the complete documentation index, see llms.txt. This page is also available as Markdown.

Video

Video Generation Quickstart

This quickstart walks you through generating your first video with Infron.

Video generation

curl https://media.onerouter.pro/v1/videos/generations \
    -H "Content-Type: application/json" \
    -H "Authorization: <API_KEY>" \
    -d '{
    "model": "google/veo3.1/text-to-video",
    "prompt": "A cute baby sea otter",
  }'

Next steps

Last updated