Documents API
Scoring services
Parameters
Name | Description |
---|---|
org_id*required string (path) | The string id related with tenants which contract belongs to |
body*required CreateScoringRequest (body) | Data to create scoring |
Request body - instance of CreateScoringRequest
Name | Type | Required | Description |
---|---|---|---|
document | Document | true | Structure defining the document’s classification and issuing country. |
provider | Provider | true | Name of the external service provider used for performing the document verification (e.g., GOOGLE, VERIDAS). |
expires_in | ExpiresIn | true | ISO-8601 duration string specifying how long (minimum 1 minute, maximum 30 days) the scoring session will remain active. |
max_score_retries | MaxScoreRetries | false | Maximum number of retries allowed for scoring attempts. This helps prevent abuse or excessive retries. By default, it is set to 5 retries. |
Request example
|
|
Responses
Code | Description | Schema |
---|---|---|
200 | Expected response to a valid request. | CreateScoringResponse |
400 | Request input is not valid | ErrorsResponse |
401 | The user is not authorized | ErrorsResponse |
404 | The specified resource was not found | ErrorsResponse |
500 | The request failed to be processed by the server | ErrorsResponse |
default | Error response | ErrorsResponse |
Parameters
Name | Description |
---|---|
org_id*required string (path) | The string id related with tenants which contract belongs to |
scoring_id*required string (path) | Scoring id |
Request example
Responses
Code | Description | Schema |
---|---|---|
200 | Expected response to a valid request. | GetCapturesResponse |
400 | Request input is not valid | ErrorsResponse |
401 | The user is not authorized | ErrorsResponse |
404 | The specified resource was not found | ErrorsResponse |
500 | The request failed to be processed by the server | ErrorsResponse |
default | Error response | ErrorsResponse |
Parameters
Name | Description |
---|---|
org_id*required string (path) | The string id related with tenants which contract belongs to |
scoring_id*required string (path) | Scoring id |
Request example
Responses
Code | Description | Schema |
---|---|---|
200 | Expected response to a valid request. | IdentityDocumentScoring |
400 | Request input is not valid | ErrorsResponse |
401 | The user is not authorized | ErrorsResponse |
404 | The specified resource was not found | ErrorsResponse |
500 | The request failed to be processed by the server | ErrorsResponse |
default | Error response | ErrorsResponse |
Parameters
Name | Description |
---|---|
org_id*required string (path) | Unique identifier of the organization (tenant) that owns this scoring session. |
scoring_id*required string (path) | Unique identifier of the identity document scoring session to update. |
body object (body) | Multipart payload containing binary images for the front and/or back of the document to be evaluated. |
Request example
Responses
Code | Description | Schema |
---|---|---|
204 | Identity document scored successfully; no content returned. | None |
400 | Request input is not valid | ErrorsResponse |
401 | The user is not authorized | ErrorsResponse |
404 | The specified resource was not found | ErrorsResponse |
500 | The request failed to be processed by the server | ErrorsResponse |
default | Error response | ErrorsResponse |
Parameters
Name | Description |
---|---|
org_id*required string (path) | Unique identifier of the organization (tenant) that owns this scoring session. |
scoring_id*required string (path) | Unique identifier of the identity document scoring session to close. |
Request example
Responses
Code | Description | Schema |
---|---|---|
204 | Scoring session successfully closed; no content returned. | None |
400 | Request input is not valid | ErrorsResponse |
401 | The user is not authorized | ErrorsResponse |
404 | The specified resource was not found | ErrorsResponse |
500 | The request failed to be processed by the server | ErrorsResponse |
default | Error response | ErrorsResponse |
Parameters
Name | Description |
---|---|
org_id*required string (path) | Unique identifier of the organization (tenant) that owns this scoring session. |
scoring_id*required string (path) | Unique identifier of the identity document scoring session to delegate. |
Request example
Responses
Code | Description | Schema |
---|---|---|
200 | Delegation successful; returns external provider credentials and metadata. | DelegateIdentityDocumentResponse |
400 | Request input is not valid | ErrorsResponse |
401 | The user is not authorized | ErrorsResponse |
404 | The specified resource was not found | ErrorsResponse |
500 | The request failed to be processed by the server | ErrorsResponse |
default | Error response | ErrorsResponse |
Endpoints
Documents
- POST
/orgs/{org_id}/documents/orgs/{org_id}/documents
- DELETE
/orgs/{org_id}/documents/{documentId}/orgs/{org_id}/documents/{documentId}
- GET
/orgs/{org_id}/documents/{documentId}/orgs/{org_id}/documents/{documentId}
- DELETE
/orgs/{org_id}/documents/{documentId}/physical/orgs/{org_id}/documents/{documentId}/physical
- GET
/orgs/{org_id}/documents/{documentId}/metadata/orgs/{org_id}/documents/{documentId}/metadata
- POST
/orgs/{org_id}/documents/{documentId}/public_url/orgs/{org_id}/documents/{documentId}/public_url
- PUT
/orgs/{org_id}/documents/{documentId}/owner/orgs/{org_id}/documents/{documentId}/owner
Forms
- POST
/orgs/{org_id}/templates/forms/orgs/{org_id}/templates/forms
- GET
/orgs/{org_id}/templates/forms/orgs/{org_id}/templates/forms
- POST
/orgs/{org_id}/templates/forms/{formReference}/fill/orgs/{org_id}/templates/forms/{formReference}/fill
- GET
/orgs/{org_id}/templates/forms/{formReference}/metadata/orgs/{org_id}/templates/forms/{formReference}/metadata
- GET
/orgs/{org_id}/templates/forms/{formReference}/orgs/{org_id}/templates/forms/{formReference}
- DELETE
/orgs/{org_id}/templates/forms/{formReference}/orgs/{org_id}/templates/forms/{formReference}
Sections
- POST
/orgs/{org_id}/templates/sections/orgs/{org_id}/templates/sections
- GET
/orgs/{org_id}/templates/sections/orgs/{org_id}/templates/sections
- GET
/orgs/{org_id}/templates/sections/{externalId}/metadata/orgs/{org_id}/templates/sections/{externalId}/metadata
- DELETE
/orgs/{org_id}/templates/sections/{externalId}/orgs/{org_id}/templates/sections/{externalId}
Templates
- POST
/orgs/{org_id}/templates/orgs/{org_id}/templates
- GET
/orgs/{org_id}/templates/orgs/{org_id}/templates
- POST
/orgs/{org_id}/templates/{templateExternalId}/versions/orgs/{org_id}/templates/{templateExternalId}/versions
- DELETE
/orgs/{org_id}/templates/{templateExternalId}/versions/{version}/minor/orgs/{org_id}/templates/{templateExternalId}/versions/{version}/minor
- PATCH
/orgs/{org_id}/templates/{templateExternalId}/versions/{version}/orgs/{org_id}/templates/{templateExternalId}/versions/{version}
- POST
/orgs/{org_id}/templates/{templateExternalId}/versions/{version}/fill/documents/orgs/{org_id}/templates/{templateExternalId}/versions/{version}/fill/documents
- GET
/orgs/{org_id}/templates/{templateExternalId}/versions/{version}/metadata/orgs/{org_id}/templates/{templateExternalId}/versions/{version}/metadata
- GET
/orgs/{org_id}/templates/{templateExternalId}/changelog/orgs/{org_id}/templates/{templateExternalId}/changelog
Templates Configuration
- POST
/orgs/{org_id}/templates/configurations/documents/orgs/{org_id}/templates/configurations/documents
- GET
/orgs/{org_id}/templates/configurations/documents/orgs/{org_id}/templates/configurations/documents
- POST
/orgs/{org_id}/templates/configurations/orgs/{org_id}/templates/configurations
- GET
/orgs/{org_id}/templates/configurations/orgs/{org_id}/templates/configurations
- GET
/orgs/{org_id}/templates/configurations/{version}/orgs/{org_id}/templates/configurations/{version}
- DELETE
/orgs/{org_id}/templates/configurations/{version}/orgs/{org_id}/templates/configurations/{version}
Digital Sign Process
- POST
/orgs/{org_id}/sign_process/orgs/{org_id}/sign_process
- GET
/orgs/{org_id}/sign_process/{sign_process_id}/orgs/{org_id}/sign_process/{sign_process_id}
- POST
/orgs/{org_id}/sign_process/{sign_process_id}/cancel/orgs/{org_id}/sign_process/{sign_process_id}/cancel
Biometric Signature
- GET
/orgs/{org_id}/biometric_signs/{sign_id}/orgs/{org_id}/biometric_signs/{sign_id}
- POST
/orgs/{org_id}/biometric_signs/{sign_id}/preview/orgs/{org_id}/biometric_signs/{sign_id}/preview
- POST
/orgs/{org_id}/biometric_signs/{sign_id}/sign/orgs/{org_id}/biometric_signs/{sign_id}/sign
Simple Signature
- GET
/orgs/{org_id}/simple_signs/{sign_id}/orgs/{org_id}/simple_signs/{sign_id}
- POST
/orgs/{org_id}/simple_signs/{sign_id}/preview/orgs/{org_id}/simple_signs/{sign_id}/preview
- POST
/orgs/{org_id}/simple_signs/{sign_id}/sign/orgs/{org_id}/simple_signs/{sign_id}/sign
Identification Agent
- POST
/orgs/{org_id}/identifications/agent/{identification_id}/validate/orgs/{org_id}/identifications/agent/{identification_id}/validate
- GET
/orgs/{org_id}/identifications/agent/{identification_id}/orgs/{org_id}/identifications/agent/{identification_id}
Sign Configuration
- GET
/orgs/{org_id}/sign_process/configurations/orgs/{org_id}/sign_process/configurations
- POST
/orgs/{org_id}/sign_process/configurations/orgs/{org_id}/sign_process/configurations
- PATCH
/orgs/{org_id}/sign_process/configurations/orgs/{org_id}/sign_process/configurations
Identification OTP
- GET
/orgs/{org_id}/identifications/otp/{identification_id}/orgs/{org_id}/identifications/otp/{identification_id}
- PUT
/orgs/{org_id}/identifications/otp/{identification_id}/validate/orgs/{org_id}/identifications/otp/{identification_id}/validate
- PUT
/orgs/{org_id}/identifications/otp/{identification_id}/challenge/orgs/{org_id}/identifications/otp/{identification_id}/challenge
Identification with identity document
- GET
/orgs/{org_id}/identifications/identity_document/{identification_id}/orgs/{org_id}/identifications/identity_document/{identification_id}
- POST
/orgs/{org_id}/identifications/identity_document/{identification_id}/validate/orgs/{org_id}/identifications/identity_document/{identification_id}/validate
Identification Agent Admin
- POST
/orgs/{org_id}/identifications/agent/orgs/{org_id}/identifications/agent
- POST
/orgs/{org_id}/identifications/agent/{admin_identification_id}/cancel/orgs/{org_id}/identifications/agent/{admin_identification_id}/cancel
- POST
/orgs/{org_id}/identifications/agent/{admin_identification_id}/close/orgs/{org_id}/identifications/agent/{admin_identification_id}/close
- DELETE
/orgs/{org_id}/identifications/agent/{admin_identification_id}/orgs/{org_id}/identifications/agent/{admin_identification_id}
Identification OTP Admin
- POST
/orgs/{org_id}/identifications/otp/orgs/{org_id}/identifications/otp
- POST
/orgs/{org_id}/identifications/otp/{admin_identification_id}/cancel/orgs/{org_id}/identifications/otp/{admin_identification_id}/cancel
- POST
/orgs/{org_id}/identifications/otp/{admin_identification_id}/close/orgs/{org_id}/identifications/otp/{admin_identification_id}/close
- DELETE
/orgs/{org_id}/identifications/otp/{admin_identification_id}/orgs/{org_id}/identifications/otp/{admin_identification_id}
Identification with identity document Admin
- POST
/orgs/{org_id}/identifications/identity_document/orgs/{org_id}/identifications/identity_document
- POST
/orgs/{org_id}/identifications/identity_document/{admin_identification_id}/cancel/orgs/{org_id}/identifications/identity_document/{admin_identification_id}/cancel
- POST
/orgs/{org_id}/identifications/identity_document/{admin_identification_id}/close/orgs/{org_id}/identifications/identity_document/{admin_identification_id}/close
Contracts
- GET
/orgs/{org_id}/contracts/{contract_id}/orgs/{org_id}/contracts/{contract_id}
- POST
/orgs/{org_id}/contracts/fill/orgs/{org_id}/contracts/fill
- PUT
/orgs/{org_id}/contracts/{contract_id}/owner/orgs/{org_id}/contracts/{contract_id}/owner
- POST
/orgs/{org_id}/contracts/sign/orgs/{org_id}/contracts/sign
Scoring
- POST
/orgs/{org_id}/scorings/identity_document/orgs/{org_id}/scorings/identity_document
- GET
/orgs/{org_id}/scorings/identity_document/{scoring_id}/captures/orgs/{org_id}/scorings/identity_document/{scoring_id}/captures
- GET
/orgs/{org_id}/scorings/identity_document/{scoring_id}/orgs/{org_id}/scorings/identity_document/{scoring_id}
- PUT
/orgs/{org_id}/scorings/identity_document/{scoring_id}/score/orgs/{org_id}/scorings/identity_document/{scoring_id}/score
- POST
/orgs/{org_id}/scorings/identity_document/{scoring_id}/close/orgs/{org_id}/scorings/identity_document/{scoring_id}/close
- POST
/orgs/{org_id}/scorings/identity_document/{scoring_id}/delegate/orgs/{org_id}/scorings/identity_document/{scoring_id}/delegate
Securize
Identification Chain
- GET
/orgs/{org_id}/identifications/chain/{identification_chain_id}/orgs/{org_id}/identifications/chain/{identification_chain_id}
- POST
/orgs/{org_id}/identifications/chain/{identification_chain_id}/validate/orgs/{org_id}/identifications/chain/{identification_chain_id}/validate
Identification Chain Admin
- POST
/orgs/{org_id}/identifications/chain/orgs/{org_id}/identifications/chain
- POST
/orgs/{org_id}/identifications/chain/{identification_chain_id}/cancel/orgs/{org_id}/identifications/chain/{identification_chain_id}/cancel
- POST
/orgs/{org_id}/identifications/chain/{identification_chain_id}/close/orgs/{org_id}/identifications/chain/{identification_chain_id}/close