# Import kitsu entity links **POST /import/kitsu/entity-links** Import Kitsu entity links (casting links). Send a list of Kitsu entity link entries in the JSON body. Returns created or updated entity links. ## 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 link - **entity_in_id** (string(uuid)) Source entity ID - **entity_out_id** (string(uuid)) Target entity ID ## Responses ### 200 Entity links imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Entity link unique identifier - **entity_in_id** (string(uuid)) Source entity ID - **entity_out_id** (string(uuid)) Target entity ID - **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)