Skip to main content
POST
/
api
/
run
curl -X POST https://api.artificialstudio.ai/api/run \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY" \
  -d '{
    "tool": "motion-3d",
    "input": {
      "model": "hunyuan-motion",
      "prompt": "A person doing a backflip",
      "duration": 5
    }
  }'
{
  "id": "507f1f77bcf86cd799439011",
  "status": "processing",
  "tool": "motion-3d",
  "createdAt": "2024-01-15T10:30:00.000Z"
}
Credits16 credits
OutputFBX (3D motion)
Toolmotion-3d

Headers

NameTypeRequiredDescription
AuthorizationstringYesYour API key
Content-TypestringYesapplication/json

Body

ParameterTypeRequiredDescription
toolstringYesmotion-3d
input.modelstringYeshunyuan-motion
input.promptstringYesDescription of the motion to generate (max 1024 characters)
input.durationnumberNoMotion duration in seconds (0.5 - 12, default 5)
curl -X POST https://api.artificialstudio.ai/api/run \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY" \
  -d '{
    "tool": "motion-3d",
    "input": {
      "model": "hunyuan-motion",
      "prompt": "A person doing a backflip",
      "duration": 5
    }
  }'
{
  "id": "507f1f77bcf86cd799439011",
  "status": "processing",
  "tool": "motion-3d",
  "createdAt": "2024-01-15T10:30:00.000Z"
}