Sortd API

Guides

End-to-end walkthroughs for the common flows, with curl, JavaScript, C# and Python. For per-endpoint details and a live "Try It", see the reference.

GuideWhat you'll do
Authenticate & verifyCreate a key, send it as a Bearer token, confirm with GET /me.
Create a taskWalk team → board → list, then create a task (e.g. to follow up an email).
Classify a thread with AIRequest a classification, handle the cached-or-202 flow, poll for the result.
Receive webhooksSubscribe to events and verify the signed delivery (HMAC-SHA256).

Every request needs Authorization: Bearer sk_live_…. All examples use https://api.sortd.com/v2; replace placeholders in <angle brackets> with your own values.