Connect Claude & GPT directly to the web.Try it now

Playground

Try it in your browser.

Send a real request. No signup, rate-limited demo endpoint.

Saved to localStorage. Leave empty when running server in dev mode.

URL → markdown/json/html/text

curl -X POST http://localhost:8080/v1/scrape \
  -H "Content-Type: application/json" \
  -d '{
  "url": "https://example.com",
  "format": "markdown"
}'
Response
Send a request to see the response here.