{"Keyword API"}

API Documentation
Beyond dictionaries, glossaries, and tags, there are keyworeds, which I use to link to specific topics, research, companies, and tooling that I want to higlight as part of my work. Keywords is all about the keyword and url relationships, connecting words with specific resources. This API helps me manage them across my work.
Kin Lane Keyword API OpenAPI Spec
Keywords
all keywords /keyword/ GET
add a keyword post /keyword/ POST
delete keyword /keyword/{keyword_id}/ DELETE
get keyword using id /keyword/{keyword_id}/ GET
update keyword /keyword/{keyword_id}/ PUT
Tags
keyword tags by week keywords /keyword/tags/{tag}/keyword/ GET
keyword tags /keyword/{keyword_id}/tags/ GET
add tag to keyword /keyword/{keyword_id}/tags/ POST
delete keyword tag /keyword/{keyword_id}/tags/{tag} DELETE