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

      User Documents

      Developing
      GET
      https://docextract.in/user_documents
      Last modified:2026-01-08 10:17:37

      Request

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://docextract.in/user_documents' \
      --header 'Authorization: Api-Key sk_c20fc761bd4c8dec5ed0b3eec7c07b95f13a2a0a95b7936c'
      Response Response Example
      {"status":"success","documents":{"HDFC_Sample.pdf-1767856243870-0np5swg5k":{"fileName":"HDFC_Sample.pdf","uploadedAt":"2026-01-08T07:10:56.585000+00:00","documentType":"bank-statement","lastModified":"2026-01-08T07:12:06.143000+00:00","downloadURL":"https://firebasestorage.googleapis.com/v0/b/docxninja.firebasestorage.app/o/user_uploads%2Feutoe4ceDeegxgnujsMk8I2wH0F2%2FHDFC_Sample.pdf?alt=media&token=7c774bc1-be29-4e5c-b115-2a6f534b2cd7","fileType":"application/pdf","fileSize":107903,"extracted":true,"status":"extracted","bankName":"Unknown Bank","fileId":"HDFC_Sample.pdf-1767856243870-0np5swg5k","transactionsCount":1}}}
      Modified at 2026-01-08 10:17:37
      Previous
      IndexPage
      Next
      MiscDocsAPI Response
      Built with