Skip to main content
GET
/
platforms
List available platforms and term types
curl --request GET \
  --url https://api.juicer.io/v1/platforms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "platform": "Instagram",
      "display_name": "Instagram",
      "term_types": [
        {
          "term_type": "hashtag",
          "display_name": "Instagram Hashtag",
          "requires_connection": {
            "provider": "facebook",
            "description": "Requires a Facebook account with an Instagram Business Account connected."
          }
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.juicer.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key prefixed with jcr_. To obtain a key programmatically (no dashboard required), see POST /v1/authorize.

Response

200 - application/json

Platforms listed

data
object[]