List Actions
The ready-made sex acts for `action` on `spicy-motion-3` and `spicy-motion-3-fast`. No key needed.
39 reference clips, 4 seconds each (5 on two actions), in the categories sex, anal, oral, handjob, cumshot and solo. Every clip was generated with SpicyAPI video models (no real performer footage). Pass the id as action on POST /v1/videos/generations together with an image_url of the woman: the clip supplies camera angle, framing, pose and motion, your image supplies who she is, and an optional prompt sets the scene.
The clip's seconds (duration_s) are billed as input seconds on top of the output seconds at the model's per-second rate; the output defaults to 8 seconds. preview_url is the full 8 second act for showing it, poster_url a still for pickers.
curl --request GET \ --url https://api.spicyapi.com/v1/videos/actions
{
"object": "list",
"data": [
{
"object": "action",
"id": "pov-missionary",
"label": "POV missionary",
"category": "sex",
"url": "https://cdn.spicyapi.com/actions/pov-missionary-ref4-cccec46a.mp4",
"preview_url": "https://cdn.spicyapi.com/actions/pov-missionary-88bb7889.mp4",
"poster_url": "https://cdn.spicyapi.com/actions/pov-missionary-3a8b5ca1.webp",
"duration_s": 4,
"aspect_ratio": "3:4"
},
{
"object": "action",
"id": "pov-missionary-legs-wide",
"label": "POV missionary, legs wide",
"category": "sex",
"url": "https://cdn.spicyapi.com/actions/pov-missionary-legs-wide-ref4-88d9b0e7.mp4",
"preview_url": "https://cdn.spicyapi.com/actions/pov-missionary-legs-wide-b2020f7c.mp4",
"poster_url": "https://cdn.spicyapi.com/actions/pov-missionary-legs-wide-43aa1d53.webp",
"duration_s": 4,
"aspect_ratio": "9:16"
}
]
}Response
200 · application/jsonSuccessful Response
The library.
Was this page helpful?