v1

latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KB
Reader

Get link reader schema

Returns the schema describing the fields in link reader responses.

get/reader/link

Response

Link reader response schema.

key_urlstring
timestampstring
scorestring
anchorstring
linktypestring
urlstring

Example response

{
  "key_url": "string",
  "timestamp": "int",
  "score": "float",
  "anchor": "string",
  "linktype": "string",
  "url": "string"
}