API Docs
    API Docs
    • Bank
      • Root
        GET
      • Extract Bank Statement data
        POST
      • Validate PDF password
        POST
      • Get extraction results
        POST
    • Invoice
      • Root
        GET
      • Extract Invoice data
        POST
      • Re-extract with custom schema
        POST
      • Validate PDF password
        POST
      • Get extraction results
        POST
    • Medical
      • Root
        GET
      • Extract Medical data
        POST
      • Re-extract with custom schema
        POST
      • Get extraction results
        POST
      • Validate PDF password
        POST
    • Miscellaneous
      • Root
        GET
      • Extract Miscellaneous Document data
        POST
      • Re-extract with custom schema
        POST
      • Get extraction results
        POST
      • Validate PDF password
        POST
    • API Root
      GET
    • Generate Api Key Endpoint
      POST
    • Get Api Key Endpoint
      GET
    • IndexPage
      GET
    • User Documents
      GET
    • Schemas
      • MiscDocsAPI Response
      • MiscDocsAPI StorageLinks
      • BankExtractionResponse
      • BankExtractionResult
      • BankStorageLinks
      • InvoiceExtractBody
      • MedicalExtractResultsBody
      • MiscDocsExtract
      • ExtractBankPDFBody
      • BankExtractionResultsBody
      • InvoiceGetExtractionResultsBody
      • MedicalGetExtractionResults
      • MiscGetExtractionResultsBody
      • InvoiceReExtractwithSchema
      • MedDocsReExtractwithSchema
      • MiscDocsReExtractwithSchema
      • BankDocsValidatePassword
      • InvoiceValidatePassword
      • MedicalDocsValidatePassword
      • MiscDocsValidatePassword
      • CreditInfo
      • ExtractionResult
      • HTTPValidationError
      • InvoiceExtractionResponse
      • MedicalExtractionResponse
      • MedicalExtractionResult
      • MiscExtractionResponse
      • MiscExtractionResult
      • PasswordValidationResponse
      • ResultsFetchResponse
      • StorageLinks
      • ValidationError
      • BankResultsFetch
      • MedicalResultsFetch
      • InvoiceResultsFetch
      • MedicalAPI StorageLinks
      • InvoiceAPI StorageLinks

      API Root

      Developing
      GET
      https://doc-extraction-zn42553cda-uc.a.run.app/
      Last modified:2026-01-04 17:13:48

      Request

      None

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://doc-extraction-zn42553cda-uc.a.run.app/'
      Response Response Example
      {"message":"🌟 Unified MinerU Extractor API","version":"2.0","status":"online","services":{"bank_statements":{"path":"/bank","endpoints":["/bank/extract","/bank/validate-password","/bank/get-extraction-results"]},"invoices":{"path":"/invoice","endpoints":["/invoice/extract","/invoice/validate-password","/invoice/generate-schema","/invoice/suggest-schema","/invoice/extract-with-schema"]},"medical_documents":{"path":"/medical","endpoints":["/medical/extract","/medical/validate-password","/medical/get-extraction-results"]},"miscellaneous_documents":{"path":"/misc","endpoints":["/misc/extract"]}},"authentication":"Firebase required for all endpoints"}
      Modified at 2026-01-04 17:13:48
      Previous
      Validate PDF password
      Next
      Generate Api Key Endpoint
      Built with