Download OpenAPI specification:
{- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "code": "string"
}Accept a page URL and return JSON-LD.
Content-Type is not supported.JSON body with the URL to generate JSON-LD for.
| url required | string <uri> The target page URL to generate JSON-LD for.
Example: |
{ }Returns the JSON-LD document for a previously crawled URL, identified by its MD5 (lowercase hex) of the URL.
Supports conditional GETs via If-None-Match and returns 304 Not Modified when appropriate.
| id required | string^[a-f0-9]{32}$ MD5 of the absolute URL (32 lowercase hexadecimal characters).
Example: |
| If-None-Match | string Conditional request. Return |
{- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "code": "string"
}