Edit in GitHubLog an issue
Copied to your clipboard
// Please refer our Rest API docs for more information
// https://developer-stage.adobe.com/document-services/docs/apis/#tag/PDF-Electronic-Seal
curl --location --request POST 'https://pdf-services.adobe.io/operation/electronicseal' \
--header 'x-api-key: {{Placeholder for client_id}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{Placeholder for token}}' \
--data-raw '{
"inputDocumentAssetID": "urn:aaid:AS:UE1:23c30ee0-2c4d-xxxx-xxxx-087832fca718",
"sealImageAssetID": "urn:aaid:AS:UE1:23c30ee0-2e4d-xxxx-xxxx-087832fca718",
"sealOptions": {
"signatureFormat": "PKCS7",
"cscCredentialOptions": {
"credentialId": "<CREDENTIAL_ID>",
"providerName": "<PROVIDER_NAME>",
"authorizationContext": {
"tokenType": "Bearer",
"accessToken": "<ACCESS_TOKEN>"
},
"credentialAuthParameters": {
"pin": "<PIN>"
}
},
"sealFieldOptions": {
"location": {
"top": 300,
"left": 50,
"right": 250,
"bottom": 100
},
"fieldName": "Signature1",
"pageNumber": 1
},
"sealAppearanceOptions": {
"displayOptions": [
"NAME",
"DATE",
"DISTINGUISHED_NAME",
"LABELS",
"SEAL_IMAGE"
]
}
}
}'
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.