Hashtags

Hashtag related APIs

Knowledge Base Auto Hashtag Feedback (Classification)

post

This API lets you approve or decline classification hashtags for documents

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
Responses
200

Auto hashtag feedback submitted successfully

application/json
post
/webapi/kb_auto_hashtag_feedback

Get All Hashtags

get

Gets all hashtags from both FAQs and Knowledge Bases with their usage counts

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

Successfully retrieved hashtags

application/json
get
/webapi/hashtags
200

Successfully retrieved hashtags

Knowledge Base Auto Hashtag (Classification)

post

This API lets you get the hashtag list with classification keywords for the documents

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
idsarrayOptional

The document ids you want to retrieve auto hashtags for

Responses
200

Auto hashtags retrieved successfully

application/json
post
/webapi/kb_auto_hashtag

Last updated

Was this helpful?