Edit in GitHubLog an issue

Service Region Configuration for PDF Services APIs

Default Configuration

Adobe PDF Services APIs use United States as a default region to process all the documents. Once you purchase PDF Services API, its APIs can be configured to process the documents in a specified region that is listed below.

Service Region Configuration

Currently, PDF Services APIs have support for the following regions :

Region CodeNameHostname
ue1
United States (default)
ew1
Europe

For invoking region specific PDF Services API endpoints, hostnames needs to be changed to the following pattern : https://pdf-services-{regionCode}.adobe.io.

Assets API

Copied to your clipboard
curl --location --request POST 'https://pdf-services-ew1.adobe.io/assets' \
--header 'X-API-Key: {{Placeholder for client_id}}' \
--header 'Authorization: Bearer {{Placeholder for token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mediaType": "{{Placeholder for mediaType}}"
}'

Create Job API

Copied to your clipboard
curl --location --request POST 'https://pdf-services-ew1.adobe.io/operation/{Placeholder for operation name}' \
--header 'x-api-key: {{Placeholder for client_id}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{Placeholder for token}}' \
--data-raw '{
"assetID": "{{Placeholder for asset ID}}"
}'

Poll Job API

Copied to your clipboard
curl --location --request GET 'https://pdf-services-ew1.adobe.io/operation/{Placeholder for operation name}' \
--header 'x-api-key: {{Placeholder for client_id}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{Placeholder for token}}'
'

For a step-by-step guide to use Adobe PDF services APIs, please click here.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.