This python fast-api microservice provides an API for writing access related assets to their datastores.
- The asset manager provides a log in flow for front-end applications.
- The asset manager uploads images to our openstack swift object storage, and returns valid IIIF canvas information for that image.
- The asset manager can also provide this functionality for image URLs.
- Finally, it can be used to send secure requests to upload content to the crkn-iiif-presentation-api service.
- It allows for retreiving OCR and PDF data for content in our access platform, too.
docker compose up
Navigate to localhost:8000 to see the API documentation.