Run a Mod

Run the Image to 3D object Mod.

bring your images to life by effortlessly converting them into a 3D object

POST
/mods/0e2e3f05-1c80-4693-8b04-36b965e2e2b7/run
/mods/0e2e3f05-1c80-4693-8b04-36b965e2e2b7/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/0e2e3f05-1c80-4693-8b04-36b965e2e2b7/run" \
  -H "X-API-Key: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "parameters": {
      "media_input": {
        "type": "image",
        "url": "https://endless.supabase.co/storage/v1/object/public/static/image.png"
      }
    }
  }'

Success

{
  "type": "video",
  "url": "https://www.youtube.com/watch?v=V3rTaj7zdoc"
}