Documentation

Everything you need to build with Ready API.

Quick Start
// Next.js
const res = await fetch("https://ready-api.vercel.app/api/users?page=1&limit=3", {
  headers: { Authorization: "Bearer YOUR_API_KEY" }
})
const { data } = await res.json()