Edit in GitHubLog an issue
Copied to your clipboard
// Please refer to our Rest API docs for more information
// https://developer.adobe.com/document-services/docs/apis/#tag/Import-PDF-Form-Data
curl --location --request POST 'https://pdf-services.adobe.io/operation/setformdata' \
--header 'x-api-key: {{Placeholder for client_id}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{Placeholder for token}}' \
--data-raw '{
"assetID": "urn:aaid:AS:UE1:23c30ee0-2c4d-46d6-87f2-087832fca718",
"jsonFormFieldsData": {
"dob": "10/10/1989",
"billTo": {
"zip": "12401",
"address": {
"line": {
"1": "132",
"2": "My Street"
}
},
"city": "Kingston",
"state": "New York"
},
"name": {
"middle": "",
"last": "Smith",
"first": "John"
}
},
}'
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.