Fetch API

A browser API for making network requests from JavaScript using promises. Fetch is commonly used to retrieve external data and populate dynamic UI or CMS workflows.

Related terms

Related terms

  • Server API

    Framer

    Framer's backend functionality enabling server-side operations, data processing, and secure integrations. Server APIs handle operations that shouldn't or can't run in the browser, like secure API calls. Use server APIs for authentication, database operations, and sensitive processing.

  • JSON

    General

    JavaScript Object Notation—a lightweight data format for storing and transmitting structured data, widely used in web APIs. JSON's human-readable syntax makes it easy to work with for configurations and data exchange. Framer uses JSON for various configurations and API integrations.

  • Webhook

    General

    A URL endpoint that receives automated HTTP callbacks when a specific event occurs. Webhooks are commonly used to send form submissions or CMS events to external tools in real time.

  • Tool Calling

    AI

    Tool Calling is the capability for a model to decide when to call connected tools, then use tool results to complete a task.