Page
Retrieve page
Get a page object.
get/api/v1/pages/{pageID}
Path parameters
pageIDinteger required
A unique integer value identifying this page.
Response
OK
Example response
{
"id": 558598,
"url": "https://example.rossum.app/api/v1/pages/558598",
"annotation": "https://example.rossum.app/api/v1/annotations/314528",
"number": 1,
"mime_type": "image/png",
"s3_name": "7eb0dcc0faa8868b55fb425d21cc60dd",
"content": "https://example.rossum.app/api/v1/pages/558598/content",
"metadata": {
"some_key": "some_value"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.