Run a Mod

Run the Convertir a Voz (Minima) Mod

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

POST
/mods/e15194f2-a587-445e-9be1-2f7ed56c7555/run
/mods/e15194f2-a587-445e-9be1-2f7ed56c7555/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/e15194f2-a587-445e-9be1-2f7ed56c7555/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": "moss_audio_d808380d-09aa-11f0-9ffa-5a31070feac6"
    }
  }'

Success

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