🚧 This API is a work in progress. All API endpoints are subject to change/removal.🚧
The Underlay API provides easy access to the data contained in each collection.
For now, you do not need any authentication for accessing the API. Simply fetch
the endpoint to get the data you need!
npx serve
- Navigate to the HTML files located under the
samples
directory
- Endpoint:
/api/${namespace}/${collectionSlug}/exports/${exportName}/downloads/latest
- Sample:
/samples/download.html
- Example:
/api/pine/louis-kahn-architecture-jynpvq9vgg/exports/json-001/downloads/latest
This returns the export of namespace/collection
, in JSON format.
MIT