Run a Mod

Run the Simple YouTube Channel Logo Generator Mod

Create a simple logo for your YouTube channel focusing on poetry and music.

POST
/mods/2604922c-af13-4f37-8d12-119fec9a4654/run
/mods/2604922c-af13-4f37-8d12-119fec9a4654/run

The Authorization access token

Authorization

X-API-Key<token>

API key. Example: "X-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/2604922c-af13-4f37-8d12-119fec9a4654/run" \
  -H "X-API-Key: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "parameters": {
      "style": "Creative",
      "image_size": "square",
      "text_prompt": "MÁS QUE MÚSICA",
      "enhance_prompt": false
    }
  }'

Success

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