The Artistas API allows you to create, read, update, and delete artist records in the Cinefinder system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Gabo-gutierrez/Cinefinder/llms.txt
Use this file to discover all available pages before exploring further.
Get All Artists
Response
Array of artist objects
Response Example
Get Artist by DNI
Path Parameters
The DNI (identification number) of the artist to retrieve
Response
Unique identifier (DNI) for the artist
First name of the artist
Last name of the artist
Type or category of the artist
Description or biography of the artist
Response Example
Create Artist
Request Body
Unique identifier (DNI) for the artist
First name of the artist
Last name of the artist
Type or category of the artist (e.g., actor, director, musician)
Description or biography of the artist
Response
Returns the created artist object with HTTP status 201 (Created).Unique identifier (DNI) for the artist
First name of the artist
Last name of the artist
Type or category of the artist
Description or biography of the artist
Response Example
Update Artist
Path Parameters
The DNI (identification number) of the artist to update
Request Body
Unique identifier (DNI) for the artist
First name of the artist
Last name of the artist
Type or category of the artist
Description or biography of the artist
Response
Returns the updated artist object.Unique identifier (DNI) for the artist
First name of the artist
Last name of the artist
Type or category of the artist
Description or biography of the artist
Delete Artist
Path Parameters
The DNI (identification number) of the artist to delete
Response
Response type, always “Success”
HTTP status code (200)
Success message with the deleted artist DNI
Request URI that was called
Timestamp of the operation