About this endpoint
What it does
Generates viral social media titles from a provided topic string. The endpoint accepts a request body with a topic and returns a JSON object containing a titles array of strings.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| topic | String | Yes | The topic to generate titles for. |
Response
Returns a JSON object with a titles string array field containing the generated titles.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| titles | String Array | No | The generated titles. |