cURL
curl --request GET \ --url https://extraction-api.nanonets.com/api/v2/configs/{config_id} \ --header 'Authorization: Bearer <token>'
{ "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" }
Retrieve a saved configuration by its UUID.
API key as Bearer token: Authorization: Bearer YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
Config UUID (without the config:// prefix)
config://
Config details
config://<uuid> URI
config://<uuid>
"config://b2c3d4e5-f6a7-8901-bcde-f12345678901"
parse
extract
classify