mlapi
HomeBlog
  • Welcome
  • Extract Text from PDF
    • Parameters
    • Supported File types
    • Error Responses
    • Programming Languages
      • Python
      • Javascript
      • Curl
      • Java
      • Go
      • Rust
      • C++
    • Web and Mobile frameworks
      • React
      • React Native (Javascript)
      • HTML
      • PHP
      • Rust (with Active-Web)
      • Angular
      • Flutter
      • Andriod Development (Java)
      • Swift
      • Vue.js
      • Svelte
    • Pricing
    • On Premise Deployment
Powered by GitBook
On this page
  1. Extract Text from PDF
  2. Programming Languages

Curl

PDF url

curl -X POST -F "pdf_url=https://example.com/your-pdf.pdf" -F "api_key=your_api_key" https://v1.mlapi.co/pdf/pdf-to-text

Upload PDF file

curl -X POST -F "file=@path/to/your-pdf.pdf" -F "api_key=your_api_key" https://v1.mlapi.co/pdf/pdf-to-text
PreviousJavascriptNextJava

Last updated 9 months ago