🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location -g --request PUT 'https://api.parseur.com/parser/{{PARSER_ID}}' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"id": "{{PARSER_ID}}",
"name": "New Mailbox Name",
"parser_object_set": [
{
"name": "New Address Field",
"format": "ADDRESS",
"query": "The address located in the footer of the document"
}
]
}'
{
"account_uuid": "acc_9876541ef2f5467db594234a0f4ef1af",
"ai_engine": "GCP_AI_1",
"attachments_only": false,
"attachments_only_override": null,
"can_transform": false,
"disable_deskew": false,
"enable_layouted_text": true,
"enable_image_ocr": true,
"document_count": 1,
"document_per_status_count": {
"INCOMING": 0,
"ANALYZING": 0,
"PROGRESS": 0,
"PARSEDOK": 1,
"PARSEDKO": 0,
"QUOTAEXC": 0,
"SKIPPED": 0,
"SPLIT": 0,
"DELETED": 0,
"EXPORTKO": 0,
"TRANSKO": 0,
"INVALID": 0
},
"email_prefix": "new.name",
"even_pages": true,
"force_ocr": false,
"id": 321654,
"is_master": false,
"last_activity": "2025-08-08T12:10:04.661615Z",
"name": "New Mailbox Name",
"odd_pages": true,
"page_range_set": [],
"parser_object_count": 1,
"parser_object_set_last_modified": "2025-08-08T12:10:04.667893Z",
"process_attachments": true,
"retention_policy": 90,
"split_keywords": null,
"split_page": null,
"split_page_range_set": [],
"template_count": 0,
"webhook_count": 0,
"attachments_field": false,
"original_document_field": false,
"searchable_pdf_field": false,
"headers_field": false,
"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": false,
"text_document_field": false,
"content_field": false,
"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/new.name.csv",
"decimal_separator": null,
"default_timezone": null,
"disable_document_links": false,
"expand_result": false,
"extract_xml_from_comment": false,
"input_date_format": null,
"identification_status": "COMPLETED",
"is_transform_enabled": false,
"json_download": "/parser/<secret>/download/new.name.json",
"parser_object_set": [
{
"id": "PF1234567",
"name": "New Address Field",
"format": "ADDRESS",
"is_optional": null,
"query": "The address located in the footer of the document",
"json_download": "/parser_field/<secret2>/download/NewAddressField.json",
"csv_download": "/parser_field/<secret2>/download/NewAddressField.csv",
"xls_download": "/parser_field/<secret2>/download/NewAddressField.xlsx",
"type": "FIELD"
}
],
"pdf_conversion_format": "TXT_LAYOUT",
"secret": "<secret>",
"transform": null,
"unzip_attachments": true,
"use_whitelist_instead_of_blacklist": false,
"template_set_last_modified": null,
"webhook_set": [],
"xls_download": "/parser/<secret>/download/new.name.xlsx",
"zip_attachments": false,
"available_webhook_set": [],
"table_set": [],
"emails_or_domains": []
}