Supplying artwork

If a JobComponent in your Job contains a finishing that requires artwork, such as finishing-ink-single or finishing-ink-double, then an Artwork object must be supplied.

The file must be a URL to a valid PDF, free of any encryption or password protection.

If you do not have the ability to allow a remote server to access your PDF, then you can use our presigned asset API which allows you to upload directly to us.

Presigned asset URLs and their contents expire after one month.
curl
curl -H "Authorization: Bearer <your-token>" https://api.printedapi.com/1.0/presigned-assets
httpie
https -A bearer -a <your-token> https://api.printedapi.com/1.0/presigned-assets
{
  "url": "https://pdcapi-presigned-assets.s3.eu-west-1.amazonaws.com/184410c8-c561-4913-a07c-9f8c69a99980",
  "expires_at": {
    "iso": "2024-07-11T17:03:18+00:00"
  },
  "presigned_url": "https://pdcapi-presigned-assets.s3.eu-west-1.amazonaws.com/184410c8-c561-4913-a07c-9f8c69a99980?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI3XVLM3C2BF7KXIA%2F20240711%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20240711T160318Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=aadd4c528a6854397bd03264f953c6e639a3c732674e96440d7a283c9e553aef"
}