POST

Fetch Open Graph and page metadata (title, description, og_image). Uses unfurl.js

/v1/url-meta

Web · unfurl.js

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/url-meta
Content-Type: application/json

{
  "url": "https://tools402.dev"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Fetch Open Graph and page metadata (title, description, og_image). Uses unfurl.js.

Request schema

Body: JSON · application/json

FieldTypeDescription
urlstringrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/url-meta \
  -H "Content-Type: application/json" \
  -d '{
  "url": "https://tools402.dev"
}'

402 payment flow omitted — see Integrations for settlement.