Companies

Upload documents to an company

post/companies/{company_id}/documents

Path parameters

company_idstring required

ID of the company to upload document

Response

Company document updated successfully

created_atstring date-time

Timestamp when the document was created or uploaded.

document_typestring

Type/category of the document.

idstring

Unique identifier of the document.

namestring

Name or label for the document.

signed_urlstring uri

Signed URL for accessing the document file.

statestring

Current processing state of the document (e.g., WAITING, PROCESSED).

statusstring

Status of the document reception or approval.

Example response

{
  "checks": [
    {
      "message": "Name matched successfully",
      "name": "name_match",
      "validate": true,
      "weight": 1
    }
  ],
  "created_at": "2025-05-01T12:00:00Z",
  "document_type": "generic",
  "id": "doc_123",
  "name": "generic_doc",
  "signed_url": "https://cdn.example.com/doc.pdf",
  "state": "SUBMITTED",
  "status": "approved",
  "values": [
    {
      "confidence": 0.95,
      "name": "Full Name",
      "value": [
        100,
        200
      ]
    }
  ]
}

Changes

Changed in 2 of the 24 revisions of this API.325

    • added the new check enum value to the request property document_type

      request-property-enum-value-added

  • 94a0617f4e93324See the full diff
    • removed the enum value accounting of the request property document_type

      request-property-enum-value-removed

    • removed the enum value bank_statements of the request property document_type

      request-property-enum-value-removed

    • removed the enum value proof_address of the request property document_type

      request-property-enum-value-removed

    • added the new birth_certificate enum value to the request property document_type

      request-property-enum-value-added

    • added the new certificate_of_good_standing enum value to the request property document_type

      request-property-enum-value-added

    • added the new certificate_of_incorporation enum value to the request property document_type

      request-property-enum-value-added

    • added the new criminal_record_extract enum value to the request property document_type

      request-property-enum-value-added

    • added the new driver_license enum value to the request property document_type

      request-property-enum-value-added

    • added the new driver_license_back enum value to the request property document_type

      request-property-enum-value-added

    • added the new driver_license_front enum value to the request property document_type

      request-property-enum-value-added

    • added the new financial_statements enum value to the request property document_type

      request-property-enum-value-added

    • added the new identity_card_back enum value to the request property document_type

      request-property-enum-value-added

    • added the new identity_card_front enum value to the request property document_type

      request-property-enum-value-added

    • added the new lcb_ft_lab_aml_policies enum value to the request property document_type

      request-property-enum-value-added

    • added the new livret_famille enum value to the request property document_type

      request-property-enum-value-added

    • added the new niu_entreprise enum value to the request property document_type

      request-property-enum-value-added

    • added the new organizational_chart enum value to the request property document_type

      request-property-enum-value-added

    • added the new passport enum value to the request property document_type

      request-property-enum-value-added

    • added the new payslip enum value to the request property document_type

      request-property-enum-value-added

    • added the new proof_of_address enum value to the request property document_type

      request-property-enum-value-added

    • added the new proof_of_source_funds enum value to the request property document_type

      request-property-enum-value-added

    • added the new rccm enum value to the request property document_type

      request-property-enum-value-added

    • added the new registration_company_certificate enum value to the request property document_type

      request-property-enum-value-added

    • added the new risk_policies enum value to the request property document_type

      request-property-enum-value-added

    • added the new social_security_card enum value to the request property document_type

      request-property-enum-value-added

    • added the new tax enum value to the request property document_type

      request-property-enum-value-added

    • added the new vehicle_registration_certificate enum value to the request property document_type

      request-property-enum-value-added