# Create asset **POST /data/projects/{project_id}/asset-types/{asset_type_id}/assets/new** Create a new asset in a specific project with the given asset type and parameters. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () Unique identifier of the project - **asset_type_id** () Unique identifier of the asset type ### Body: application/json (object) - **name** (string) Asset name - **description** (string) Asset description - **data** (object) Asset metadata and custom data - **is_shared** (boolean) Whether the asset is shared across projects - **source_id** (string(uuid)) Source asset identifier for duplication - **episode_id** (string(uuid)) Episode identifier for episodic assets ## Responses ### 201 Asset successfully created #### Body: application/json (object) - **id** (string(uuid)) Created asset unique identifier - **name** (string) Asset name - **description** (string) Asset description - **project_id** (string(uuid)) Project identifier - **entity_type_id** (string(uuid)) Asset type identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)