๐Create from a Website
Use a publicly accessible web page as the foundation for your episode. Provide the URL in a website
resource object.
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "audio",
"resources": [
{ "type": "website", "content": "https://example.com/market-report" }
],
"text": "Explain the long-term implications for small business owners."
}'
Tips
Include multiple website objects to blend different articles.
Pair with
text
instructions to emphasize the insights you want surfaced.
Try it in code
Last updated