- Getting started
- CREDIT ENDPOINTS
- GENERATE ENDPOINTS
- GETText generation rules and limits
- GETAvailable text generation tones
- GETText generation styles
- GETTarget audiences for text generation
- GETAvailable text types for generation
- GETText generation history
- GETStatus of generated texts
- GETGenerated text for multiple records
- GETActive generation requests
- GETDetails of a specific generation request
- POSTText generation
- POSTCancel a bulk generation request
- POSTUpdate generated text fields
- IMAGE ENDPOINTS
- KEYWORDS ENDPOINTS
- GETKeyword optimization data
- POSTOptimize keywords for text
- DELETEKeyword optimization
- PUTKeyword optimization
- GETKeyword optimization list
- PUTKeyword optimization data
- DELETERanking keywords
- PUTKeyword optimization pipelines
- GETKeyword state
- POSTKeyword pipeline
- DELETEKeyword pipeline
- POSTRestore keyword pipeline
- POSTAdd triggers to keyword pipeline
- POSTAdd triggers to a specific keyword pipeline
- POSTLock a specific keyword pipeline
- POSTUnlock a specific keyword pipeline
- GETPipeline snapshots
- PUTUpdate or create a snapshot
- POSTAdd manual keywords
- GETManual keywords
- REVIEW ENDPOINTS
- SUGGESTION ENDPOINTS
Get available text generation tones
get
/text/Generate/Tones
This method retrieves a list of tones available for text generation. Each tone includes attributes such as its ID, name, and whether it is set as the default tone.
Requirements
Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Response
200
304
401
500
//This status is returned when the list of available tones is successfully retrieved.
//This status is returned if the tones’ list has not changed and can be retrieved from a cache.
//This status is returned if the API key is missing or invalid.
//The server encountered an error when processing the request.
Parameter Name | Type | Description |
---|---|---|
id | string | A unique identifier for the tone. |
name | string | The name of the tone (e.g., "Blunt", "Confident", "Emotional", "Formal", "Friendly", "Informational", "Persuasive", "Professional", "Selling", "Technical", "Witty"). |
default | boolean | Indicates whether this is the default tone. |