This issue is blocking production use.
We are using PDF Services API with OAuth Server-to-Server credentials.
Current status:
- Authentication: successful
- Asset creation: successful
- Upload: successful
However, when calling the following endpoints:
- /operation/split
- /operation/extract-pages
we consistently receive:
{
"error": {
"code": "UNSUPPORTED_OPERATION",
"message": "Unsupported Operation."
}
}
Project configuration:
- PDF Services API is enabled
- OAuth Server-to-Server credential is configured
- Token includes scope: openid, AdobeID, DCAPI
Questions:
1. Are split/extract operations restricted by plan?
2. Is additional activation required for these endpoints?
3. Is this related to account or organization-level permissions?
We would appreciate clarification on how to enable these operations.
Thank you.