Developer School

Working against the Frenzsave platform: the SDK, API surface, authentication, rate limits and the integration patterns that hold up in production.

  1. Building on the Frenzsave API

    Authentication, the three endpoints, and the error handling that separates an integration that survives production from one that does not.

    12 min · 2 lessons

    What you will be able to do

    • Authenticate correctly and keep the API key off the client
    • Use analyze, download and usage for their intended purposes
    • Back off on rate limits and stop retrying permanent failures
    1. Getting started with the Frenzsave APIAuthenticating, analyzing a link and requesting a download — the three endpoints that cover almost every integration.6 min read
    2. Handling rate limits and failuresQuotas, backoff, and the failure modes that are permanent versus the ones worth retrying — how to build an integration that degrades gracefully.6 min read