-
Versions
Concepts
Resources
- Attachment
- Bulk-Export
- Bulk-Import
- Comment
- Countries
- Notification
- Question
- Question Follow
- Question Forward
- Question Updates
- Search
- Share content
- Solution
- Tag
- User
Extract Tags
For a general introduction on tagging, go to the overview of all tagging endpoints.
Extract
POST /tags/extract
Extract possible tags from a given text. Extracted tags are returned ordered by relevance. The supported languages at the moment are: English, German, French, Italian, Spanish and Chinese.
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
text |
string |
- | ✓ | the text to extract tags from |
limit |
int |
45 | ✗ | the maximum number of tags returned |
text_processing |
string of text processing type | "default" | ✗ | the tag behaviour used for tagging |
Response
["Sherlock Holmes", "Baker Street"]