When getting a record with a pdf attachment through the Airtable API, I see that the URL of the pdf attachment has the following structure:
https://dl.airtable.com/.attachment/<long-hash-code>/<short-hash-code>/<filename.ext>
Attachments thumbnails h...