# Import kitsu entities **POST /import/kitsu/entities** Import Kitsu entities (assets, shots, sequences, etc.). Send a list of Kitsu entity entries in the JSON body. Returns created or updated entities. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (array[object]) - **id** (string(uuid)) Kitsu ID of the entity - **name** (string) Entity name - **project_id** (string(uuid)) Project ID - **entity_type_id** (string(uuid)) Entity type ID ## Responses ### 200 Entities imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Entity unique identifier - **name** (string) Entity name - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400 Invalid request body or missing required fields [Powered by Bump.sh](https://bump.sh)