Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/AC42027/Backend-produccion/llms.txt

Use this file to discover all available pages before exploring further.

Categories group technical checklist questions (PreguntaTecnica) by topic area, such as mechanical, electrical, or safety checks. Use a category’s nombre to retrieve its associated questions. Method: GET Path: /api/categorias/ Auth: Session cookie required

Response

curl -b cookies.txt http://<host>:8080/api/categorias/
[
  {"id": 1, "nombre": "Mecánico"},
  {"id": 2, "nombre": "Eléctrico"},
  {"id": 3, "nombre": "Seguridad"}
]
Use the nombre value (not the id) to fetch questions for a category via /api/preguntas/{categoria_nombre}/.

Build docs developers (and LLMs) love