GET /v1/preview?url=

Extract metadata from a single URL. Returns the ranked best title, description, images, and full metadata breakdown.


No image
POST /v1/preview

Preview multiple URLs in a single request. Up to 10 URLs processed concurrently. Expects a JSON body with a urls array.

GET /v1/preview/raw?url=

Returns the raw parsed metadata without ranking or priority resolution. Useful for debugging which tags a site actually has, or for building your own ranking logic.


GET /health

Returns current API status, uptime, cache statistics, and request metrics. No parameters needed.