Body
application/json
Case study generation parameters
Text of the review
Response
Case study generated successfully
HTML content
curl --request POST \
--url https://py-api.hobbo.ai/features/video-to-casestudy \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>"
}'
{
"case_study_html": "<string>"
}
Generate a structured case study HTML from a transcript.
curl --request POST \
--url https://py-api.hobbo.ai/features/video-to-casestudy \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>"
}'
{
"case_study_html": "<string>"
}
Case study generation parameters
Text of the review
Case study generated successfully
HTML content