Categories define the creative disciplines that organize content on ECHO. Every item, service, and project belongs to a category. Both endpoints are public — no authentication is required to browse categories. Use theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/HelenaLM32/ECHO/llms.txt
Use this file to discover all available pages before exploring further.
slug field to build filtered marketplace URLs or to reference a specific discipline in your integration.
Categories are managed by ECHO administrators. The list below reflects the seeded categories available on every ECHO instance. Additional categories may be added over time.
Get all categories
GET /categories
Returns all active and inactive categories.
Unique identifier for the category.
Display name of the category. Unique across all categories. Maximum 100 characters.
URL-friendly identifier for the category. Unique across all categories. Use this value to filter or link to category-specific pages (e.g.,
/marketplace?category=graphic-design).A short description of the creative discipline.
URL of the category icon. Maximum 255 characters.
Whether the category is currently active on the marketplace. Inactive categories are hidden from public-facing filters.
Get category by ID
GET /categories/{id}
Returns a single category by its numeric ID.
The numeric ID of the category to retrieve.
Seeded categories
The following categories are pre-loaded on every ECHO instance. Use their slugs when filtering content or assigning categories to items and services.| Name | Slug |
|---|---|
| Diseño Gráfico | graphic-design |
| Fotografía | photography |
| Ilustración | illustration |
| Arte 3D | 3d-art |
| Arquitectura | architecture |
| Moda | fashion |
| Comic | comic |
| Producción Musical | music-production |
| Video y Edición | video-editing |