Create a text content based on given topic and/or keywords. See this example code in PHP.
CURL
Example output.
Parameter
- input: string. The topic of the blog post.
- keywords: array[string]. Keywords to use in the body.
- max_tokens: integer. The maximum number of tokens to generate. Default: 256
- model: The language model to use, “fast”, “balanced”, “strong” and “expart”. Defaul: “fast”.
- temperature: number. The sampling temperature to be used in text generation. The higher the temperature, the higher the risk of the output to sound “made up”. Default: 0.65