The Categorias API allows you to create, read, update, and delete category 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 Categories
Response
Array of category objects
Response Example
Get Category by Name
Path Parameters
The name of the category to retrieve
Response
Unique identifier for the category
Name of the category
Response Example
Create Category
Request Body
Name of the category
Response
Returns the created category object with HTTP status 201 (Created).Unique identifier for the newly created category
Name of the category
Response Example
Update Category
Path Parameters
The unique identifier of the category to update
Request Body
Name of the category
Response
Returns the updated category object.Unique identifier for the category
Name of the category
Response Example
Delete Category
Path Parameters
The unique identifier of the category to delete
Response
Response type, always “Success”
HTTP status code (200)
Success message with the deleted category ID
Request URI that was called
Timestamp of the operation