{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/media/pdf-text-preflight","method":"POST","price":"free","description":"Free preflight check for PDF text extraction. Validates URL and confirms the PDF is reachable and supported.","example_input":{"pdf_url":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"},"example_output":{"available":true,"next_action":"npx agentcash@latest fetch https://api.codepulse.com/media/pdf-text -m POST -b '{\"pdf_url\":\"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf\"}'"},"request_schema":{"type":"object","required":["pdf_url"],"properties":{"pdf_url":{"type":"string","format":"uri","description":"URL to the PDF file"}}},"response_schema":{"type":"object","properties":{"available":{"type":"boolean"},"next_action":{"type":"string"}}}}