Turn any webpage into an audiobook with the Speechify TTS API
Give the Speechify text-to-speech API a URL and the page comes back as narrated audio. Fetch, extract the article text, chunk on sentence boundaries, synthesize each chunk with POST /v1/audio/speech.
Luke Oliff