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
headerrequired

Bearer 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: text

Desired format for the generated content output.

Available options:
text,
audio

Response

200 - application/json
content
string

Generated content as text or URL to audio file.