🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location -g --request POST 'https://api.parseur.com/parser/{{PARSER_ID}}/export_config' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"name": "My Download",
"type": "PARSER",
"items": [
"CustomerName", "CustomerPhone"
]
}'
{
"id": 123,
"name": "My Download",
"type": "PARSER",
"items": [
"CustomerName",
"CustomerPhone"
],
"csv_download": "/parser/<secret>/download/my-download.csv?cfg=123",
"xls_download": "/parser/<secret>/download/my-download.xlsx?cfg=123"
}