# Download the result

Base URL `https://api.accessful.de/api/v1/upload-service`. Every request needs the `X-API-Key` header — see [Authentication](https://docs.accessful.de/authentication/).

```http
GET /download/{caseId}
```

Returns the converted PDF/UA as binary `application/pdf` with
`Content-Disposition: attachment`. The response also carries a `pdf-version` header
with the iteration number. An optional `?suffix=` query string is appended to the
downloaded file name.

`404` is returned while no result exists yet — poll [job status](https://docs.accessful.de/reference/job-status/) until
`completed` first.