Skip to main content
Participant
September 18, 2025
Question

PDF to Markdown API error: INVALID_REQUEST_FORMAT

  • September 18, 2025
  • 1 reply
  • 167 views

Hi everyone,

 

I'm trying to test the following "PDF to Markdown" operation. Specifically, I'm using the API as follows:

 

curl --location 'https://pdf-services-ue1.adobe.io/operation/pdftomarkdown' \
--header 'X-API-Key: {KEY}' \
--header 'Authorization: Bearer {TOKEN}' \
--header 'Content-Type: application/json' \
--data '{
  "assetID": "urn:aaid:AS:UE1:88b99474-afee-4d97-97e3-47de96ed6c06",
  "getfigures": true
  }'

But I always get a 400 Band Request error with the following content:

{
    "error": {
        "code": "INVALID_REQUEST_FORMAT",
        "message": "Invalid request format."
    }
}

1 reply

Joel Geraci
Community Expert
Community Expert
September 19, 2025

That's not a public API.

ArLAuthor
Participant
September 23, 2025

Hi Joel Geraci,

 

This the link of documentation:

 

https://developer.adobe.com/document-services/docs/apis/#tag/PDF-To-Markdown

 

 

Joel Geraci
Community Expert
Community Expert
September 23, 2025

That URL redirects to the documentation home page. As I said, it's not a public API.