---
title: "Get Simplified Extracted Data"
method: GET
path: "/api/v1/eevee/apikey/data/simplified/{doc_id}/"
tags: ["Data Extraction"]
---

# Get Simplified Extracted Data

`GET /api/v1/eevee/apikey/data/simplified/{doc_id}/`

Retrieve the data extracted from a specific document in a simplified JSON format. This includes key-value pairs and table data extracted either automatically by our models or manually by a user. You can get the `doc_id` for a document from the 'List All Documents' endpoint.

## Path parameters

- `doc_id` string, required

## Headers

- `apikey` string

## Response `200`

OK

- object

## Other responses

- `202` — Accepted
- `401` — Unauthorized

---

[API](https://skmtc.dev/docsumo/apis/docsumo-api.md) · [All operations](https://skmtc.dev/docsumo/apis/docsumo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsumo/docsumo-api/revisions/b29ba62ebe9b/schema)
