curl --request POST \
--url https://integration.getmateo.com/api/v1/generate_content \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"html": "<string>"
}
'{
"content": {}
}Parse any HTML or text into our multi-channel messaging schema
curl --request POST \
--url https://integration.getmateo.com/api/v1/generate_content \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"html": "<string>"
}
'{
"content": {}
}