Run a Mod

Run the Latin American Literature Teacher Image Generator Mod

Generate an image of a 40-year-old male Latin American literature teacher with specific features.

POST
/mods/53602b16-45fb-4401-814d-e34bdcf4d22b/run
/mods/53602b16-45fb-4401-814d-e34bdcf4d22b/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/53602b16-45fb-4401-814d-e34bdcf4d22b/run" \
  -H "X-API-Key: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "parameters": {
      "image_style": "Creative",
      "aspect_ratio": "landscape_16_9",
      "description_input": "A 40-year-old male Latin American literature teacher with black hair, a smile, glasses, and talking to secondary school students."
    }
  }'

Success

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