Run a Mod

Run the Blend Mod

Generate a creative connection between two concepts.

POST
/mods/a12ad112-a258-43a6-931c-1575d5b4f0a3/run
/mods/a12ad112-a258-43a6-931c-1575d5b4f0a3/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/a12ad112-a258-43a6-931c-1575d5b4f0a3/run" \
  -H "X-API-Key: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "parameters": {
      "concept_one": "string",
      "concept_two": "string"
    }
  }'

Success

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