cURL
curl --request GET \ --url https://extraction-api.nanonets.com/api/v2/configs \ --header 'Authorization: Bearer <token>'
{ "success": true, "configs": [ { "success": true, "config_id": "config://b2c3d4e5-f6a7-8901-bcde-f12345678901", "name": "<string>", "type": "parse", "params": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "page_size": 123 }
List saved configurations with pagination. Optionally filter by config type.
API key as Bearer token: Authorization: Bearer YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
Filter by config type
parse
extract
classify
x >= 1
1 <= x <= 100
List of configs
Show child attributes