Retrieve a file
Authorization
BearerAuth AuthorizationBearer <token>
API authentication via Authorization: Bearer <your-api-key>. Obtain
your API key from Config → API in the Aplas web app.
In: header
Path Parameters
fileId*string
The id of the file (received from response of creating a filespec)
Response Body
*/*
*/*
curl -X GET "https://api.au.aplas.com/api/v2/file/string""data:image/png;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKC..."{
"code": 500,
"message": "Internal server error"
}