Teak API
Public API for creating, querying, and syncing Teak cards.
Version v1
Base URL
https://teakvault.com/apihttps://api.teakvault.comOperations
- GETHealth check
/healthz - GETList v1 endpoints
/v1 - GETList cards
/v1/cards - POSTCreate a card
/v1/cards - POSTCreate a presigned upload
/v1/uploads - POSTExecute bulk card operations
/v1/cards/bulk - GETList card changes since a timestamp
/v1/cards/changes - GETSearch cards
/v1/cards/search - GETList favorite cards
/v1/cards/favorites - GETGet a card
/v1/cards/{cardId} - DELETEDelete a card
/v1/cards/{cardId} - PATCHUpdate a card
/v1/cards/{cardId} - PATCHSet favorite state
/v1/cards/{cardId}/favorite - GETList tags
/v1/tags