API Docs
    API Docs
    • Bank
      • Root
      • Extract Bank Statement data
      • Validate PDF password
      • Get extraction results
    • Invoice
      • Root
      • Extract Invoice data
      • Re-extract with custom schema
      • Validate PDF password
      • Get extraction results
    • Medical
      • Root
      • Extract Medical data
      • Re-extract with custom schema
      • Get extraction results
      • Validate PDF password
    • Miscellaneous
      • Root
      • Extract Miscellaneous Document data
      • Re-extract with custom schema
      • Get extraction results
      • Validate PDF password
    • 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

    MiscExtractionResponse

    {
        "status": "success",
        "user_id": "user_123",
        "tier": "premium",
        "file": "string",
        "extracted_data": {
            "property1": "string",
            "property2": "string"
        },
        "schema_json": {
            "property1": "string",
            "property2": "string"
        },
        "tables": [
            [
                {
                    "property1": "string",
                    "property2": "string"
                }
            ]
        ],
        "results": [
            {
                "file": "doc.pdf",
                "extracted_data": {
                    "property1": "string",
                    "property2": "string"
                },
                "schema_json": {
                    "property1": "string",
                    "property2": "string"
                },
                "tables": [
                    [
                        {
                            "property1": "string",
                            "property2": "string"
                        }
                    ]
                ],
                "storage": {
                    "pdf_url": "string",
                    "metadata_url": "string",
                    "tables_url": "string",
                    "complete_url": "string"
                }
            }
        ],
        "storage": {
            "pdf_url": "string",
            "metadata_url": "string",
            "tables_url": "string",
            "complete_url": "string"
        },
        "credits": {
            "deducted": 1,
            "remaining": 99
        },
        "message": "Document stored in Google Cloud Storage"
    }
    Built with