🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location -g --request GET 'https://api.parseur.com/parser/{{PARSER_ID}}' \
--header 'Authorization;'
{
"account_uuid": "acc_1234561ef2f5467db594234a0f4ef1af",
"ai_engine": "GCP_AI_1",
"attachments_only": false,
"attachments_only_override": false,
"can_transform": false,
"disable_deskew": false,
"enable_layouted_text": true,
"enable_image_ocr": true,
"document_count": 2,
"document_per_status_count": {
"INCOMING": 0,
"ANALYZING": 0,
"PROGRESS": 0,
"PARSEDOK": 2,
"PARSEDKO": 0,
"QUOTAEXC": 0,
"SKIPPED": 0,
"SPLIT": 0,
"DELETED": 0,
"EXPORTKO": 0,
"TRANSKO": 0,
"INVALID": 0
},
"email_prefix": "test.mailbox",
"even_pages": true,
"force_ocr": false,
"id": 123456,
"is_master": false,
"last_activity": "2025-08-06T13:24:49.287169Z",
"master_parser_name": "Invoices",
"master_parser_slug": "invoices",
"name": "Test Mailbox",
"odd_pages": true,
"page_range_set": [],
"parser_object_count": 39,
"parser_object_set_last_modified": "2025-08-06T13:24:49.373497Z",
"process_attachments": true,
"retention_policy": 90,
"split_keywords": null,
"split_page": null,
"split_page_range_set": [],
"template_count": 1,
"webhook_count": 0,
"attachments_field": true,
"original_document_field": true,
"searchable_pdf_field": false,
"headers_field": true,
"received_field": false,
"received_date_field": false,
"received_time_field": false,
"processed_field": false,
"processed_date_field": false,
"processed_time_field": false,
"sender_field": false,
"sender_name_field": false,
"split_page_range_field": false,
"recipient_field": false,
"to_field": false,
"cc_field": false,
"bcc_field": false,
"reply_to_field": false,
"recipient_suffix_field": false,
"original_recipient_field": false,
"subject_field": false,
"template_field": false,
"html_document_field": true,
"text_document_field": false,
"content_field": true,
"last_reply_field": false,
"document_id_field": false,
"parent_id_field": false,
"document_url_field": false,
"public_document_url_field": false,
"page_count_field": false,
"credit_count_field": false,
"mailbox_id_field": false,
"parsing_engine_field": false,
"csv_download": "/parser/<secret>/download/test.mailbox.csv",
"decimal_separator": ",",
"default_timezone": "Africa/Banjul",
"disable_document_links": false,
"expand_result": false,
"extract_xml_from_comment": false,
"input_date_format": "MONTH_FIRST",
"identification_status": "COMPLETED",
"is_transform_enabled": false,
"json_download": "/parser/<secret>/download/test.mailbox.json",
"parser_object_set": [
{
"id": "PF1504090",
"name": "CustomerAddress",
"format": "ADDRESS",
"is_optional": null,
"query": null,
"json_download": "/parser_field/<secret2>/download/CustomerAddress.json",
"csv_download": "/parser_field/<secret2>/download/CustomerAddress.csv",
"xls_download": "/parser_field/<secret2>/download/CustomerAddress.xlsx",
"type": "FIELD"
},
{
"id": "PF1504091",
"name": "CustomerCompany",
"format": "TEXT",
"is_optional": null,
"query": null,
"json_download": "/parser_field/<secret3>/download/CustomerCompany.json",
"csv_download": "/parser_field/<secret3>/download/CustomerCompany.csv",
"xls_download": "/parser_field/<secret3>/download/CustomerCompany.xlsx",
"type": "FIELD"
},
{
"id": "PF1504099",
"name": "Items",
"format": "TABLE",
"is_optional": false,
"query": null,
"parser_object_set": [
{
"id": "PF1504100",
"name": "description",
"format": "TEXT",
"is_optional": null,
"query": null,
"json_download": "/parser_field/<secret4>/download/description.json",
"csv_download": "/parser_field/<secret4>/download/description.csv",
"xls_download": "/parser_field/<secret4>/download/description.xlsx",
"type": "FIELD"
},
{
"id": "PF1504101",
"name": "price",
"format": "NUMBER",
"is_optional": null,
"query": null,
"json_download": "/parser_field/<secret5>/download/price.json",
"csv_download": "/parser_field/<secret5>/download/price.csv",
"xls_download": "/parser_field/<secret5>/download/price.xlsx",
"type": "FIELD"
}
],
"json_download": "/parser_field/<secret6>/download/Items.json",
"csv_download": "/parser_field/<secret6>/download/Items.csv",
"xls_download": "/parser_field/<secret6>/download/Items.xlsx",
"type": "FIELD"
}
],
"pdf_conversion_format": "TXT_LAYOUT",
"secret": "<secret>",
"transform": null,
"unzip_attachments": true,
"use_whitelist_instead_of_blacklist": true,
"template_set_last_modified": "2025-08-06T12:06:16.069409Z",
"webhook_set": [
{
"id": 15,
"event": "table.processed",
"target": "https://another.webhook/test",
"name": "",
"headers": null,
"category": "CUSTOM",
"parser_field_set": ["PF1504082"]
}
],
"xls_download": "/parser/<secret>/download/test.mailbox.xlsx",
"zip_attachments": false,
"available_webhook_set": [
{
"id": 14,
"event": "document.processed",
"target": "https://test.webhooks/test",
"name": "My Webhooks",
"headers": {
"X-Test": "yes"
},
"category": "CUSTOM",
"parser_field_set": []
},
{
"id": 15,
"event": "table.processed",
"target": "https://another.webhook/test",
"name": "",
"headers": null,
"category": "CUSTOM",
"parser_field_set": ["PF1504082"]
}
],
"emails_or_domains": ["only@thisemail.com", "also@thatemail.org"]
}