Extract PDF Text (Free Preflight)
When you want to verify a PDF URL is reachable before paying for extraction.
Call
POST https://codepulse-api.hahavoid0.workers.dev/media/pdf-text-preflight
{
"pdf_url": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/media/pdf-text-preflight -m POST -b '{"pdf_url":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"}'Not for
Getting actual PDF text.