String Web Access API
API Reference

API reference overview

Base URL, authentication, content type, and response headers.

Base URL

https://request.usestring.ai/v1

Authentication

All endpoints require a Bearer API key in the Authorization header. See Authentication.

Authorization: Bearer YOUR_API_KEY

Content type

Request bodies are JSON. Send Content-Type: application/json.

Endpoints

MethodPathDescription
POST/fetchIntelligent web fetch.
POST/searchGoogle search results.
POST/sitemapWhole-site URL discovery (async jobs).
GET/wssRemote CDP browser (WebSocket upgrade).

Response headers

Successful responses include diagnostic headers:

HeaderDescription
x-request-duration-msTotal request duration in milliseconds.
x-data-transfer-bytesEstimated response payload plus header bytes before compression.
x-status-codeThe destination's original HTTP status code (raw/markdown/extraction paths).
x-request-idRequest identifier, useful when contacting support.

Errors & limits

  • Errors — status codes and error response shapes.
  • Rate limits — request rate and 429 handling.