Copy link to clipboard
Copied
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."
}
}
Copy link to clipboard
Copied
That's not a public API.
Copy link to clipboard
Copied
Hi Joel Geraci,
This the link of documentation:
https://developer.adobe.com/document-services/docs/apis/#tag/PDF-To-Markdown
Copy link to clipboard
Copied
That URL redirects to the documentation home page. As I said, it's not a public API.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now