{
	"info": {
		"_postman_id": "b149308b-b02a-438c-97e5-e0ef1bb11b88",
		"name": "EagleDoc (receipt v3, invoice v1, finance v1)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "6610870"
	},
	"item": [
		{
			"name": "Get Receipt Data",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "api-key",
						"value": "{{api-key}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "file",
							"type": "file",
							"src": ""
						}
					]
				},
				"url": {
					"raw": "https://de.eagle-doc.com/api/receipt/v3/processing?polygon=false&fullText=false&privacy=false",
					"protocol": "https",
					"host": [
						"de",
						"eagle-doc",
						"com"
					],
					"path": [
						"api",
						"receipt",
						"v3",
						"processing"
					],
					"query": [
						{
							"key": "polygon",
							"value": "false"
						},
						{
							"key": "fullText",
							"value": "false"
						},
						{
							"key": "privacy",
							"value": "false"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Invoice Data",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "api-key",
						"value": "{{api-key}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "file",
							"type": "file",
							"src": ""
						}
					]
				},
				"url": {
					"raw": "https://de.eagle-doc.com/api/invoice/v1/processing?polygon=false&fullText=true&privacy=false",
					"protocol": "https",
					"host": [
						"de",
						"eagle-doc",
						"com"
					],
					"path": [
						"api",
						"invoice",
						"v1",
						"processing"
					],
					"query": [
						{
							"key": "polygon",
							"value": "false"
						},
						{
							"key": "fullText",
							"value": "true"
						},
						{
							"key": "privacy",
							"value": "false"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Finance Data",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "api-key",
						"value": "{{api-key}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "file",
							"type": "file",
							"src": ""
						}
					]
				},
				"url": {
					"raw": "https://de.eagle-doc.com/api/finance/v1/processing?fullText=true&polygon=false",
					"protocol": "https",
					"host": [
						"de",
						"eagle-doc",
						"com"
					],
					"path": [
						"api",
						"finance",
						"v1",
						"processing"
					],
					"query": [
						{
							"key": "fullText",
							"value": "true"
						},
						{
							"key": "polygon",
							"value": "false"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Used Quota",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "api-key",
						"value": "{{api-key}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": []
				},
				"url": {
					"raw": "https://de.eagle-doc.com/api/management/v1/quota",
					"protocol": "https",
					"host": [
						"de",
						"eagle-doc",
						"com"
					],
					"path": [
						"api",
						"management",
						"v1",
						"quota"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Version",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://de.eagle-doc.com/version",
					"protocol": "https",
					"host": [
						"de",
						"eagle-doc",
						"com"
					],
					"path": [
						"version"
					]
				}
			},
			"response": []
		}
	]
}