[Feature] Add endpoint for getting data about a given document #75
Labels
api
Improvements or additions to the api
enhancement
New feature or request
go
Language: Go
good first issue
Good for newcomers
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
Add an endpoint for getting more information about an document based on the filename
/api/cdn/doc/:filename
This data needs to contain width, height, file size (in bytes), filename, download-url, and more relevant information.
A 200 response could look like this:
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: