Introduction
With TagBee's API you can automate content tagging.
JSON + HTTP
Request and response payloads are formatted as JSON using UTF-8 encoding.
Include the following request headers on every API call:
Params
Accept | application/json |
Content-Type | application/json; charset=utf-8 |
Base url
Get started
In order to start using TagBee's API you need to register and create a new TagBee account. For each project that you create you get an API Secret Key and a Public Key. Read more in the Authentication section.