APIHub
Back to Explore

US Extract

The US Extract API extracts US postal addresses from raw text submitted via a POST request.

Data Validation
apiKeyQuery
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

454ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/

Extract addresses from provided text input.

  • auth-id (query, required) — Your authentication ID (secret key) for the Smarty API.
  • auth-token (query, required) — Your authentication token (secret token) for the Smarty API.
  • license (query) — License key granting access to the US Extract API.
  • __body (query) — The request payload containing the raw text to be processed.

1 endpoint auto-detected

Authentication

This API uses an API key, passed as the "auth-id" query parameter. No OAuth required.

curl -X POST \
  "https://www.smarty.com/products/apis/us-extract-api/?auth-id=YOUR_API_KEY"

www.smarty.com · HTTPS only