W3Block Docs
  • 🚀Start here
    • Welcome to the Docs
    • Integrated Blockchains
  • 👨‍💻Dev Docs
    • API
      • Getting Started
      • Authentication
      • Commerce API services
        • Company Administration
          • Companies (Admin)
          • Assets (Admin)
          • Tags (Admin)
          • Products (Admin)
            • Order Rules (Admin)
          • Orders (Admin)
          • Faq (Admin)
          • Webhooks (Admin)
        • Products
        • Orders
        • Webhooks
        • Faq
        • Globals
      • Key API Services
        • Authentication
        • Companies
        • Tokens
          • Contracts
            • External Contacts
            • Royalty Eligible
          • Categories
            • Subcategories
          • Token Collections
            • Token Editions
          • Metadata
        • Blockchain
        • Cloudinary
        • Integration
          • Ecommerce
            • Associate Tokens
            • Hooks
        • Users
        • Vouchers
  • 📘Knowledge Base
    • First Steps
    • FAQ
    • Glossary
Powered by GitBook
On this page
  1. Dev Docs
  2. API
  3. Key API Services

Cloudinary

PreviousBlockchainNextIntegration

Last updated 2 years ago

If you want to upload a image to use on your service you can use this route to generate a signature to upload an image to cloudinary

👨‍💻
get

Get signature to upload an image

Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
get
GET /cloudinary/get-signature HTTP/1.1
Host: 
Accept: */*
{
  "apiKey": "text",
  "signature": "text",
  "timestamp": 1,
  "publicId": "text",
  "uploadPreset": "text"
}