Format guide

PDF

A deterministic one-page document for file handling tests.

application/pdf

Use it

Request an asset

Browser

const response = await fetch("/v1/files/pdf/dataset-summary.pdf");
const payload = await response.arrayBuffer();

curl

curl -fsS https://payloads.mochavi.com/v1/files/pdf/dataset-summary.pdf

Python

from urllib.request import urlopen

with urlopen("https://payloads.mochavi.com/v1/files/pdf/dataset-summary.pdf") as response:
    payload = response.read()

Published files

1 stable URL

Open explorer
PathMedia typeSize
/v1/files/pdf/dataset-summary.pdfapplication/pdf680 B

Validate the canonical shape with the dataset schema.