Run a Mod

Run the Convertir a Voz (Remix) Mod

Transforma textos, imágenes y videos en voz para facilitar la escucha.

POST
/mods/de820e96-facd-4a71-bf70-3167c66100e6/run
/mods/de820e96-facd-4a71-bf70-3167c66100e6/run

The Authorization access token

Authorization

API-Key<token>

API key. Example: "API-Key": "<apiKey>"

In: header

Authorization
Required
Bearer <token>

Session token. Example: "Authorization": "Bearer <token>"

In: header

Request Body

application/jsonRequired

parameters
Required
object

curl -X POST "https://api.endless.io/v1/mods/de820e96-facd-4a71-bf70-3167c66100e6/run" \
  -H "API-Key: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "parameters": {
      "speed": 1,
      "emotion": "neutral",
      "media_input": {
        "type": "video",
        "url": "https://endless.io"
      },
      "voice_selection": "Voice1f4687a11742496233"
    }
  }'

Success

{
  "type": "audio",
  "url": "https://endless.supabase.co/storage/v1/object/public/static/audio.m4a"
}