workthin
workthin
PricingBlogChangelogOverviewQuick StartConcepts

AuthenticationEndpointsDetail LevelsError Codes

Docs for LLMs

llms.txtllms-full.txt
REST API

Comparison

summary (L1)standard (L2)full (L3)
Tokens~100~500~2,000
titleYesYesYes
body (summary)Yes——
body (full)—YesYes
tagsNoYesYes
scopeNoYesYes
urlNoYesYes
commentsNoNoYes
thought_chainNoNoYes
branchesNoNoYes

Usage

Pass detail as a query parameter:

# Get by ID
curl "https://workthin.app/api/v1/knowledge/550e8400-e29b-41d4-a716-446655440000?detail=summary" \
  -H "Authorization: Bearer wt_a1b2c3d4e5f6g7h8i9j0"

# Search
curl "https://workthin.app/api/v1/search?q=redis+timeout&detail=summary" \
  -H "Authorization: Bearer wt_a1b2c3d4e5f6g7h8i9j0"

When to Use Each Level

LevelBest For
summaryChatbot integrations, quick lookups, token-sensitive contexts
standardInteractive CLI and dashboard workflows
fullIncident postmortems, deep analysis, audit trails

Endpoints

Base URL and complete endpoint reference for the workthin REST API.

Error Codes

Error response format and status codes for the workthin REST API.

On this page

ComparisonUsageWhen to Use Each Level