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"
}
Generate 3D human motions from text by Tencent.
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"
}
| Credits | 16 credits |
| Output | FBX (3D motion) |
| Tool | motion-3d |
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | motion-3d |
input.model | string | Yes | hunyuan-motion |
input.prompt | string | Yes | Description of the motion to generate (max 1024 characters) |
input.duration | number | No | Motion 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"
}