Packages

Browsing and downloading on the site is free. The API is for teams that want the whole library inside their own product.

Free

0/ forever

  • Search the whole Ghost Assets library
  • Up to 12 results per request
  • Unlimited requests — no daily limit
  • 1 API key
Start free

Unlimited

499/ 1 year

  • Bulk export: whole library in one command
  • Package-by-package & category-by-category download
  • Up to 1000 results per request, no request limits
  • Unlimited API keys + priority support
Get unlimited

Pay once, activated by hand

  1. Send money

    bKash, Nagad or Rocket to 01949085128.

  2. Submit ID

    Paste the transaction ID in your panel.

  3. Get access

    We confirm and switch you to Unlimited.

Connect any website in two calls

# 1. Search the library
curl "https://admin-magic-storage.lovable.app/api/public/v1/search?q=tree&kind=image&limit=20" \
  -H "x-api-key: YOUR_API_KEY"

# 2. Download an item
curl -L "https://admin-magic-storage.lovable.app/api/public/v1/download/ITEM_ID" \
  -H "x-api-key: YOUR_API_KEY" -o file.png

# 3. Mirror a whole pack or category
curl "https://admin-magic-storage.lovable.app/api/public/v1/export?category=icon&limit=1000" \
  -H "x-api-key: YOUR_API_KEY"