Endpoints
Content Creation
Generate personalized content, with options for output in text format.
POST
/
content
/
create
Generate personalized content tailored to individual preferences and interests. This endpoint supports the dynamic creation of various content types such as articles, game previews, and match summaries, helping to keep users engaged with fresh and relevant material.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
preferences
object
format
string
expected_length
string
Expected length of the generated content (e.g., short, medium, long).
interaction_history
string[]
content_tone
string
response_type
enum<string>
default: textDesired format for the generated content output.
Available options:
text
Response
200 - application/json
content
string
Generated content as text.