---
title: "Generate Asset Angles"
method: POST
path: "/api/projects/{project_id}/assets/{asset_id}/generate-angles"
---

# Generate Asset Angles

`POST /api/projects/{project_id}/assets/{asset_id}/generate-angles`

Generate multi-angle views (90° and 180°) for an existing asset.

This enables the asset to be used as a consistent character/object reference
in Kling O1 reference-to-video generation.

Args:
    project_id: Project ID
    asset_id: Asset ID (UUID)
    current_user: Authenticated user
    db: Database session
    
Returns:
    Updated asset with secondary_angles populated

## Path parameters

- `project_id` string, required
- `asset_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
