Hashtag
Use our hashtag API to build apps that help you generate accurate hashtags based on both Text and Images. The API is using an ML model that is trained to classify thousands of unique hashtags across a wide variety of categories.
9.7/10 popularity
476 ms avg latency
100% success rate
18 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Hashtag endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Image Based Hashtags /api/v1/tag/generate |
Generates hashtags from an image provided. |
| GET |
Similar Hashtags /api/v1/tag/predict |
Generated related hashtags to a text input provided |
| GET |
Similar Hashtags /api/v2.1/tag/predict |
Generated related hashtags to a text input provided |
| POST |
Image Based Hashtags /api/v2.1/tag/generate |
Generates hashtags from an image provided. |
| GET |
Top Hashtags /api/v1/tag/top |
Gets a list of all the top hashtags |
| GET |
Top Hashtags /api/v2.1/tag/top |
Gets a list of all the top hashtags |
| GET |
Post Count /api/v1/tag/count |
Get the total post count for a given hashtag |
| GET |
Post Count /api/v2.1/tag/count |
Get the total post count for a given hashtag |
| GET |
Categories /api/v1/categories |
Get a list of categories. |
| GET |
New Hashtags /api/v1/tag/new |
Get a list of all the new trending hashtags |
| GET |
Category Tags /api/v1/categories/{id}/tags |
Get a list of all the tags from a category |
| GET |
Get Category /api/v1/categories/{id} |
Get a specific category |
| GET |
Trending Tags /api/v2.1/tag/trending |
Get global trending tags |
| GET |
Trending Countries List /api/v2.1/trending/countries |
List countries where we can fetch trending tags from |
| GET |
Trending tags from Country /api/v2.1/trending/{country_name}/tags |
Gets trending tags from a specific country |
| GET |
Categories /api/v2.1/categories |
Get a list of categories. |
| GET |
Get Category /api/v2.1/categories/{id} |
Get a specific category |
| GET |
Category Tags /api/v2.1/categories/{id}/tags |
Get a list of all the tags from a category |