{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"9ab095ba-346e-4d70-98e9-9c6f23f6fdb5","name":"API documentation","description":"## DataGuru API Documentation\n\n### Authentication\n\nAll endpoints require authentication using an API key:\n\n```\nAuthorization: Api-Key [your-api-key]\n\n ```\n\n---\n\n### 1\\. Resume Parser\n\n**URL:**\n\n```\nPOST https://dataguru.cc/t/api/v1/resume-parser/\n\n ```\n\n**Payload:**\n\n- `pdfs`: List of PDF files. (Free plan: max 5 files per request, Paid plans: max 10 files per request)\n    \n- `key_fields`: Comma-separated fields to extract from resumes (max 100 fields)\n    \n\n**Response:**\n\n``` json\n{\n  \"batch_id\": \"int\",\n  \"file_ids\": [\"int\", ...],\n  \"status\": \"success\"\n}\n\n ```\n\n---\n\n### 2\\. PDF Parser\n\n**URL:**\n\n```\nPOST https://dataguru.cc/t/api/v1/pdf-parser/\n\n ```\n\n**Payload:**\n\n- `pdfs`: List of PDF files. (Free plan: max 5 files per request, Paid plans: max 10 files per request)\n    \n- `key_fields`: Comma-separated fields to extract from PDFs (max 100 fields)\n    \n\n**Response:**\n\n``` json\n{\n  \"batch_id\": \"int\",\n  \"file_ids\": [\"int\", ...],\n  \"status\": \"success\"\n}\n\n ```\n\n---\n\n### 3\\. Check Batch Status\n\n**URL:**\n\n```\nGET https://dataguru.cc/t/api/batch-status/<batch_id>/\n\n ```\n\n**Response:**  \n  \nReturns the status of each file and download links if ready.\n\n``` json\n{\n  \"batch_id\": \"int\",\n  \"files\": [\n    {\n      \"id\": \"int\",\n      \"filename\": \"string\",\n      \"status\": \"Queued | Uploading | Processing | Ready | Failed\",\n      \"download_url\": \"string\" (empty if not ready)\n    },\n    ...\n  ],\n  \"batch_download_json_url\": \"string\" (combined JSON),\n  \"batch_download_csv_url\": \"string\" (combined CSV)\n}\n\n ```\n\n---\n\n### 4\\. Download Batch Files\n\n**URL:**\n\n```\nGET https://dataguru.cc/t/api/batch-download/<batch_id>/?format=json|csv\n\n ```\n\n**Parameters:**\n\n- `format`: Output file format (`json` or `csv`)\n    \n\n**Response:**  \n  \nReturns combined data in the selected format.\n\n---\n\n### 5\\. Download Single File\n\n**URL:**\n\n```\nGET https://dataguru.cc/t/api/file-download/<file_id>/?format=json|csv\n\n ```\n\n**Parameters:**\n\n- `format`: Output file format (`json` or `csv`)\n    \n\n**Response:**  \n  \nReturns data of a single file in the selected format.\n\n---\n\n### Workflow\n\n1. **Upload Files:**\n    \n    - Use `resume-parser` or `pdf-parser` endpoints to upload PDFs.\n        \n    - Receive `batch_id` and `file_ids`.\n        \n2. **Check Status:**\n    \n    - Poll `batch-status` endpoint using `batch_id` until all files are marked as `Ready`.\n        \n3. **Download Data:**\n    \n    - Once files are ready, download individually or as combined CSV/JSON using provided URLs.\n        \n\n---","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"45768905","team":8265744,"collectionId":"9ab095ba-346e-4d70-98e9-9c6f23f6fdb5","publishedId":"2sB2x3puN8","public":true,"publicUrl":"https://documenter-api.postman.tech/view/45768905/2sB2x3puN8","privateUrl":"https://go.postman.co/documentation/45768905-9ab095ba-346e-4d70-98e9-9c6f23f6fdb5","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"52A7E2"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"Upload single or multiple PDF files to extract structured data using AI-powered parsing. Supports resume parsing with custom tags, as well as general PDF-to-JSON/CSV conversion. Simple REST endpoints with API key authentication for secure and flexible integration."},{"name":"title","value":"DataGuru Smart Document Parsing API"}],"appearance":{"default":"system_default","themes":[{"name":"dark","logo":"https://content.pstmn.io/737b0ddf-a58b-4325-9c14-03d8e71ceb4d/ZGF0YWd1cnVfbG9nb0FydGJvYXJkIDUgY29weUAxeC5wbmc=","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"52A7E2"}},{"name":"light","logo":"https://content.pstmn.io/3fc885d0-029a-48d8-838e-47b07163793b/ZGF0YWd1cnVfbG9nb0FydGJvYXJkIDVAMXgucG5n","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"52A7E2"}}]}},"version":"8.10.1","publishDate":"2025-06-10T12:29:40.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"DataGuru Smart Document Parsing API","description":"Upload single or multiple PDF files to extract structured data using AI-powered parsing. Supports resume parsing with custom tags, as well as general PDF-to-JSON/CSV conversion. Simple REST endpoints with API key authentication for secure and flexible integration."},"logos":{"logoLight":"https://content.pstmn.io/3fc885d0-029a-48d8-838e-47b07163793b/ZGF0YWd1cnVfbG9nb0FydGJvYXJkIDVAMXgucG5n","logoDark":"https://content.pstmn.io/737b0ddf-a58b-4325-9c14-03d8e71ceb4d/ZGF0YWd1cnVfbG9nb0FydGJvYXJkIDUgY29weUAxeC5wbmc="}},"statusCode":200},"environments":[{"name":"New Environment","id":"dfc10be0-5606-4013-b123-bf996ce4fe58","owner":"45768905","values":[{"key":"BaseURL","value":"https://dataguru.cc","enabled":true,"type":"default"},{"key":"Api-Key","value":"6xDv5ZoC.6tjcV3mYJCk11y7h2QMiQurGlLUZmYRL","enabled":true,"type":"secret"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/48d2454efd9080605e1891e0ccc6734fb708d7460e8bca22c1b1ab7fa9dbbb5e","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"New Environment","value":"45768905-dfc10be0-5606-4013-b123-bf996ce4fe58"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2sB2x3puN8"}