API Reference
API reference overview
Base URL, authentication, content type, and response headers.
Base URL
https://request.usestring.ai/v1Authentication
All endpoints require a Bearer API key in the Authorization header. See
Authentication.
Authorization: Bearer YOUR_API_KEYContent type
Request bodies are JSON. Send Content-Type: application/json.
Endpoints
| Method | Path | Description |
|---|---|---|
POST | /fetch | Intelligent web fetch. |
POST | /search | Google search results. |
POST | /sitemap | Whole-site URL discovery (async jobs). |
GET | /wss | Remote CDP browser (WebSocket upgrade). |
Response headers
Successful responses include diagnostic headers:
| Header | Description |
|---|---|
x-request-duration-ms | Total request duration in milliseconds. |
x-data-transfer-bytes | Estimated response payload plus header bytes before compression. |
x-status-code | The destination's original HTTP status code (raw/markdown/extraction paths). |
x-request-id | Request identifier, useful when contacting support. |
Errors & limits
- Errors — status codes and error response shapes.
- Rate limits — request rate and
429handling.