API

Blog API

4min
we provide simple, rate limited api if you want to fetch all blog articles citation is mandatory! please use it instead of crawling our website periodically we are producing very often new content for speech and voice recognition, machine learning, and nlp keep in mind, api will work without token but will have some rate limits if you send a request with a token, the limits will be much higher https //voxpow\ com/api/v1/articles/ example call (limited) curl https //voxpow\ com/api/v1/articles/ example call (not limited) curl https //voxpow\ com/api/v1/articles/ h 'authorization token g177113c541ac26fe5d421f5db7155eac309cee2' response { "count" 1, "next" null, "previous" null, "results" \[ { "url" "https //voxpow\ com/blog/history and usage voice control/", "date" "2020 01 03", "excerpt" "the first electronic speech synthesizer was invented by homer dudley, a bell associate, in 1937 the device is called the voder and the first to get involved in speech recognition using electronics is the soviet physicist lev myasnikov he worked on it in 1939 as part of his dissertation "technical phonetics" ", "header image" { "url" "https //cdn voxpow\ com/media/original images/girl use speech recognition jpg", "title" "girl use speech recognition jpg", "width" 1440, "height" 900 }, "categories" \[ { "name" "voice recognition", "slug" "voice recognition" } ] } ] }