# Create entity link **POST /data/entity-links/** Create a new entity link with data provided in the request body. JSON format is expected. Links entities together in casting relationships. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **entity_in_id** (string(uuid)) - **entity_out_id** (string(uuid)) - **nb_occurences** (integer) - **label** (string) ## Responses ### 201: Entity link created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **entity_in_id** (string(uuid)) - **entity_out_id** (string(uuid)) - **nb_occurences** (integer) - **label** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)