DOCUMENTATION
Documentation
Learn how to use and manage your custom workflows
Getting Started
Welcome to Premium Marketplace documentation. This guide will help you get started with your custom n8n workflows.
- • Request your first workflow
- • Understand workflow types
- • Manage your workflows
- • Monitor execution and usage
Workflow Types
One-Time Purchase
Purchase a custom workflow once and use it indefinitely. Perfect for workflows you'll use regularly.
Hosted Execution
Pay per execution run. Ideal for workflows that run infrequently or on-demand.
API Reference
Authentication
All API requests require authentication using Bearer tokens. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Base URL
https://premium.mikeholownych.com/api/v1
Endpoints
GET /workflows- List all workflowsGET /workflows/:id- Get workflow detailsPOST /workflows/:id/execute- Execute hosted workflowGET /workflows/:id/download- Download workflow JSONGET /usage- Get usage statisticsGET /billing- Get billing information
Workflow Management
Downloading Workflows
One-time purchase workflows can be downloaded as n8n JSON files. Import these directly into your n8n instance for use.
Executing Hosted Workflows
Hosted execution workflows run on our infrastructure. Trigger executions via API or schedule them through the dashboard.
Monitoring & Logs
View execution logs, monitor performance, and track usage statistics for all your workflows in the dashboard.
Integration Guide
n8n Import
To import a downloaded workflow into n8n:
- Open your n8n instance
- Click "Import from File"
- Select the downloaded JSON file
- Configure credentials as needed
- Activate the workflow
API Integration
Use our REST API to programmatically manage workflows, execute hosted workflows, and retrieve usage data. Full API documentation available in your dashboard.