# Download file as base64

> Returns the file content encoded as base64

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Download file as base64"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/files/{file_id}/download/base64"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the file content encoded as base64

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./download-file-base-64.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./download-file-base-64.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./download-file-base-64.StatusCodes.json")}
>
  
</StatusCodes>
