Introduction

With TagBee's API you can automate content-tagging on your website.

JSON + HTTP

TagBee's API is designed to serve specific needs regarding content auto-tagging. For that reason it is not RESTful. However, we use HTTP verbs while 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

https://tagbee.co/api

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.