---
title: "Download context file content"
method: GET
path: "/context-api/v2/projects/{projectId}/contexts/{contextUid}/content"
tags: ["Context"]
---

# Download context file content

`GET /context-api/v2/projects/{projectId}/contexts/{contextUid}/content`

Returns the context content:

|Context Type|Content|
|---------|--------|
|`HTML`|HTML document enriched with `data-sl-anchor` attributes for most of the elements, also known as *binding anchors*.|
|`IMAGE`| Binary image data. Response is accompanied with appropriate `Content-Type` header.|
|`VIDEO`| Empty response.|

## Path parameters

- `projectId` string, uuid, required
- `contextUid` string, uuid, required

## Response `200`

OK

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Context not found
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/versions/2a73d11e9b98/schema)
