Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PDF to Markdown API error: INVALID_REQUEST_FORMAT

New Here ,
Sep 18, 2025 Sep 18, 2025

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."
    }
}
TOPICS
Document Generation API , PDF Extract API , PDF Services API
87
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 19, 2025 Sep 19, 2025

That's not a public API.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 23, 2025 Sep 23, 2025

Hi Joel Geraci,

 

This the link of documentation:

 

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

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 23, 2025 Sep 23, 2025
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources