ACME API Documentation logo

Auto Hashtags

Add the most relevant hashtags to your post

POSThttps://api.acme.com/api/hashtags/auto
Available on Premium, Business, Enterprise plans.

When creating your post, add relevant hashtags by either embedding them within the text or placing them at the end. Our advanced AI system will analyze your content to generate appropriate hashtags based on the subject matter. Although you can use any language for your post, writing in English typically yields the best results for our hashtag generation process.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Keystring
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY

Body Parameters

poststringrequired

Post text to add the hashtags. Max length 1,000 characters.

positionstring

validate

maxintegerdefault: 2

Integer of max number of Hashtags to add. Max value range 1 to 10.

languagestring

Specify the language code of the language of the post to assist the hashtag algorithm.

{
  "language": "fr"
}
curl \
-H "Authorization: Bearer API_Key" \
-d '{"post": "Today is a great day!", "max": 3, "position": "auto"}'
-X POST https://api.acme.com/api/hashtags/auto
200 Hashtagged Post Returned
{
    post: "Disney’s trouble with Oswald the #LuckyRabbit is a great lesson #ForStartups in a crisis"
}