Skip to main content
GET
/
categories
List categories
curl --request GET \
  --url https://workflows.eachlabs.run/api/v1/categories \
  --header 'X-API-Key: <api-key>'
{
  "categories": [
    {
      "slug": "image-generation",
      "label": "Image Generation",
      "description": "Workflows for generating images",
      "is_default": true,
      "created_at": "2025-12-01T10:00:00Z",
      "updated_at": "2025-12-01T10:00:00Z"
    },
    {
      "slug": "text-processing",
      "label": "Text Processing",
      "description": "Workflows for processing text",
      "is_default": true,
      "created_at": "2025-12-01T10:00:00Z",
      "updated_at": "2025-12-01T10:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.eachlabs.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

API key for authentication

Response

200 - application/json

Categories retrieved successfully

categories
object[]
required

List of available workflow categories

Last modified on May 28, 2026