Start in 5 minutes
Create a token, make your first request, and understand the response envelope.
Broome Developers
Create boards, move work, and automate collaboration through a predictable API built for reliable integrations.
curl --request GET \
--url 'https://app.filetag.ai/api/kanban/v1/boards?limit=20' \
--header 'Authorization: Bearer $KANBAN_API_TOKEN'Create a token, make your first request, and understand the response envelope.
Use workspace-scoped PATs and request only the Kanban permissions your integration needs.
Browse every operation, request shape, response schema, and required scope from the source contract.