# Filemonk API ## Docs - [Create Asset](https://docs.filemonk.io/api-reference/assets/create-asset.md): Create a new external URL or licence key asset. - [Delete Asset](https://docs.filemonk.io/api-reference/assets/delete-asset.md): Permanently delete an asset and remove it from all digital products. - [Get Asset](https://docs.filemonk.io/api-reference/assets/get-asset.md): Retrieve a single asset by its ID. - [List Assets](https://docs.filemonk.io/api-reference/assets/list-assets.md): Retrieve a paginated list of all assets in your store. - [Update Asset](https://docs.filemonk.io/api-reference/assets/update-asset.md): Update the metadata of an existing asset. - [Create Digital Product](https://docs.filemonk.io/api-reference/digital-products/create-digital-product.md): Link assets to a Shopify product or variant to create a digital product. - [Delete Digital Product](https://docs.filemonk.io/api-reference/digital-products/delete-digital-product.md): Delete a digital product and unlink its assets from the Shopify product. - [Get Digital Product](https://docs.filemonk.io/api-reference/digital-products/get-digital-product.md): Retrieve a single digital product by its ID, including all linked assets. - [List Digital Products](https://docs.filemonk.io/api-reference/digital-products/list-digital-products.md): Retrieve a paginated list of all digital products in your store. - [Update Digital Product](https://docs.filemonk.io/api-reference/digital-products/update-digital-product.md): Update the settings or assets of an existing digital product. - [API Reference](https://docs.filemonk.io/api-reference/introduction.md): Complete reference for all Filemonk API endpoints. - [Get Order](https://docs.filemonk.io/api-reference/orders/get-order.md): Retrieve a single order by its ID. - [Get Order Downloads](https://docs.filemonk.io/api-reference/orders/get-order-downloads.md): Retrieve all downloadable files for an order with pre-computed status flags. - [List Orders](https://docs.filemonk.io/api-reference/orders/list-orders.md): Retrieve a paginated list of orders for your store with search and filtering. - [Authentication](https://docs.filemonk.io/authentication.md): Authenticate your API requests using a per-store API key passed in the X-Auth-Token header. - [Introduction](https://docs.filemonk.io/introduction.md): Programmatically manage digital products, assets, and orders for your Shopify store through the Filemonk API. - [Rate Limiting](https://docs.filemonk.io/rate-limiting.md): Understand the API rate limits and how to handle them in your integration. ## OpenAPI Specs - [openapi](https://docs.filemonk.io/openapi.yaml)