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 workflows
  • GET /workflows/:id - Get workflow details
  • POST /workflows/:id/execute - Execute hosted workflow
  • GET /workflows/:id/download - Download workflow JSON
  • GET /usage - Get usage statistics
  • GET /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:

  1. Open your n8n instance
  2. Click "Import from File"
  3. Select the downloaded JSON file
  4. Configure credentials as needed
  5. 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.