Get target audiences for text generation

get /text/Generate/Audiences
This method retrieves a list of audiences available for text generation. Each audience includes attributes such as its ID, name, and whether it is set as the default audience.

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 audiences is successfully retrieved.
//This status is returned if the audiences 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 audience.
name string The name of the audience (e.g., "Male", "Female", "Gen Z", "Millennial", "Baby Boomer", etc.)
default boolean  Indicates whether this is the default audience.