Get your AI assistant to build amazing applications using this webhook API! Here's how:
Step 1: Copy the API Specification URL
Copy this URL to share with your AI assistant:
https://service-link.clstamp.com/api/v1/docs/swagger.json
Step 2: Submit to Your AI Assistant
In your favorite LLM coding tool, start your prompt with:
For Cursor:
"Here's the API specification: [paste the URL above]. Using this API, build an app to [describe
what you want to build]."
For ChatGPT:
"I have an API specification at [paste the URL above]. Can you help me build an application that
[describe your goal]?"
Step 3: Provide Your API Credentials
Make sure to include your API key and secret key in your prompt so the AI can make authenticated
requests:
API Key: [your-api-key]
Secret Key: [your-secret-key]
Step 4: Keep Your Secrets Safe
Important: Instruct the LLM to only use the secret key in
server-side code and never expose it to the client/browser. For
even better security, proxy your API key as well.
- Why? Exposing your secret key or API key in client-side code (JavaScript,
HTML, mobile apps) can allow anyone to access your account, abuse your API quota, or steal
your data.
- By keeping secrets on the server, you control who can use your credentials and can monitor
or restrict access.
- Proxying your API key through your own backend gives you even more control and lets you
rotate or revoke keys without changing client code.
Never share your secret key in public code
repositories, frontend code, or with untrusted parties.
Supported Tools
Cursor
ChatGPT
Claude
GitHub Copilot
Any LLM Tool
Example Use Cases
- 📁 File Management App: Upload, organize, and track files with blockchain
verification
- 🔗 Link Generator: Create shareable permalinks for your files
- 📊 Dashboard: Monitor file uploads, stamping status, and usage statistics
- 🤖 Automation: Automate file processing workflows with webhooks
- 📱 Mobile App: Build mobile apps for file management and sharing
💡 Pro Tip: The AI will have access to the complete API documentation, including
all endpoints, parameters, and example responses. Just describe what you want to build!