A

Agentic Reservations · Book

by Agentic Reservations

POSTBaseSolana

$0.01

per call · USD Coin on Base

Book a paid Resy reservation for the authenticated user using a slot config token.

Endpoint

POST https://agentres.dev/api/book

19

Calls / 30d

10

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://agentres.dev/api/book", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "config_id": "eyJ2ZXJzaW9uIjoiMS4yIi...",
    "day": "2026-05-01",
    "party_size": 2,
    "venue_id": "6194"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agentres.dev/api/book" \
  -H "Content-Type: application/json" \
  -d '{"config_id":"eyJ2ZXJzaW9uIjoiMS4yIi...","day":"2026-05-01","party_size":2,"venue_id":"6194"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "kind": "booked",
  "reservation_id": 987654,
  "resy_token": "abc123token",
  "success": true
}

Payment details

Pay to0x66717045858d9f598e2ebd046bf42a0b1063c0fa
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Agentic Reservations & similar services