Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Endpoint
2. Authentication
Include the API key in the x-api-key header:3. Request Parameter
id_imageselfie_imagedata: Final confirmed dataset as a result of the processOCR_raw(*case-sensitive): RAW dataset extracted by OCRocr: Dataset converted from extracted OCR to standardized formatreview: Result dataset reviewed by user using OCR results (automatically processed with the same value when OCR recognition score is high)applicant_idemailuseridadditional_listduplicated_informationcustom_duplicated_informationinjection_action
data_fields only works when the data field is declared in the fields parameter, and in this case, if no value is provided in the data_fields parameter, all sub-data under data will be deleted.
Data refers to the final confirmed dataset as a result of the process.
You can input one of the following options:age_groupfirst_namelast_namefull_namefull_name_ennamegendernationalitydate_of_birthaddress_cityaddress_countryaddress_stateaddress_streetaddress_street2address_zipcodeaddress_globalCodeaddress_compoundCodeaddress_formattedaddress_inputaddress_detailip_addressidcard_issuingCountryidcard_issueDateidcard_expireDateidTypedocumentNumberidentityNumberssnNumberphoneNumbercf1cf2cf3
3-1. Data to be Deleted
- parameters declared from fields and data_fields
3-2. Data to be Retained
- In submitted cases, parameters not declared in fields, and when specific parameters are specified in data_fields, unspecified parameters will not be deleted and will be retained.
4. Request Example
Using fields only
Using fields and data_fields
Using multiple fields and data_fields
5. Response
5-1. Success Response
5-2. Error Response
If an error occurs, a 400 status code is returned along with details in the response body:5-3. Error Codes
| Error Code | Description |
|---|---|
submission_id is required | Required parameter submission_id is missing from the request |
fields parameter is required and cannot be empty | Required parameter fields is missing or empty in the request |
fields must be a stringdata_fields must be a string | fields parameter is not in string formatdata_fields parameter is not in string format |
fields cannot be empty | fields parameter is empty |
invalid fields found in fields: field1, field2invalid fields found in data_fields: field1, field2 | Invalid fields are included in fieldsInvalid fields are included in data_fields |
data_fields parameter is not allowed when fields does not include data | data_fields parameter is provided when data is not included in the fields parameter |
invalid format for fields: error message | Format of fields parameter is invalid |
invalid format for data_fields: error message | Format of data_fields parameter is invalid |
invalid API key for this project | Provided API key is not valid for this project |
not Exist Submission Data | No data exists for the requested submission_id |
not Exist Project Data | No project data exists |
Internal server error | Internal server error occurred |