Document types

API endpoints

List document types

GET https://{domain}.biapi.pro/2.0/documenttypes

Data model

DocumentTypesList object

Property
Type
Description

documenttypes

Array of DocumentType strings

List of document types.

DocumentType values

Value

zimage

pdf

not good

odt

bill

RIB

statement

contract

notice

report

other

income_tax (deprecated)

kiid

certificate

identity

payslip

exchange_statement

Forward compatibility requirement: additional types may be added in the future. When implementing type handling, always fallback to a generic case for unknown values.

Last updated

Was this helpful?