v1

latestOpenAPI 3.1.02026-08-046039.9 KB

Creating a Snapshot

Create a Wayback snapshot with an (optional) OpenAnnotation

post/

Response

200

domainstring
idinteger
pathstring
protocolstring
wayback_idstring

Example response

{
  "annotation": {
    "annotatedAt": "Thu Mar  3 10:54:28 2016",
    "hasTarget": {
      "hasSource": {
        "@id": "http://web.archive.org/web/20160303105412/http://www.google.com/",
        "originalUrl": "http://www.google.com/"
      }
    },
    "id": "lst-ib",
    "message": "Theres a microphone button in the searchbox"
  },
  "domain": "www.google.com",
  "id": 15,
  "path": "/",
  "protocol": "http",
  "wayback_id": "/web/20160303105412/http://www.google.com/"
}