/v1/templatesList the looks a film can be made in
Call this before every first render and choose by best_for and avoid_for, not by name. The wrong look is the most common way an API-made film disappoints: a property tour in a financial-reporting look is technically a success and a waste of the customer's credits.
aspect_ratios is per template and is not advisory. A Pro look is drawn for 9:16 only, and asking for 16:9 on one is refused rather than silently corrected.
Responses
| Status | Meaning |
|---|---|
200 | Every look currently available. |
401 | The key is missing, malformed or revoked. |
500 | Something went wrong on our side. The body is the standard error envelope; X-Request-Id is what support needs. |
{
"templates": [
{
"id": "newsroom",
"name": "Newsroom",
"tier": "pro",
"description": "Broadcast clarity: fast captions, decisive cuts and a clean lower third. The default when someone is talking to camera and the words carry the piece.",
"best_for": [
"talking-head updates",
"news commentary",
"announcements",
"quick explainers"
],
"avoid_for": [
"silent footage",
"product beauty shots",
"long-form documentary"
],
"aspect_ratios": [
"9:16"
],
"preview_url": "https://edit.storiasai.com/previews/newsroom.mp4"
},
{
"id": "scrapbook",
"name": "Scrapbook",
"tier": "pro",
"description": "Tactile layers, paper cutouts and handwritten notes around the speaker. Warm and personal rather than corporate.",
"best_for": [
"personal stories",
"travel diaries",
"behind the scenes",
"community updates"
],
"avoid_for": [
"financial reporting",
"formal corporate communication",
"technical documentation"
],
"aspect_ratios": [
"9:16"
],
"preview_url": "https://edit.storiasai.com/previews/scrapbook.mp4"
}
]
}