curl --request POST \
--url https://api.contextlm.ai/v1/generate_podcast \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"dialogues": [
{
"role": "host",
"content": "<string>"
}
],
"host": "<string>",
"guest": "<string>"
}
'