Get available text types for generation

get /text/Generate/TextTypes
This method retrieves a list of text types available for text generation. Each text type includes attributes such as its ID and name, allowing you to choose the type of text you want to generate (e.g., page title, product description, etc.).

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 text types is successfully retrieved.
//This status is returned if the text types 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 text type.
name string The name of the text type (e.g., "Blog Post", "Product Description").