Run a Mod

Run the Social Media Content Creator Mod

Generate images and narratives for impactful social media content.

POST
/mods/b50f05c8-575d-41e2-9229-e0c1298b2164/run
/mods/b50f05c8-575d-41e2-9229-e0c1298b2164/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/b50f05c8-575d-41e2-9229-e0c1298b2164/run" \
  -H "API-Key: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "parameters": {
      "style": "Creative",
      "media_input": {
        "type": "image",
        "url": "https://endless.supabase.co/storage/v1/object/public/static/image.png"
      },
      "narrative_theme": "Inspirational"
    }
  }'

Success

{
  "type": "text",
  "content": "Lorem ipsum dolor sit amet"
}