Content Provider APIs

For content creators, websites, and service providers

Product Management

Create Product

POST /providers/products
Content-Type: application/json
Authorization: Bearer {public_key}

{
  "title": "Premium AI Tutorial Series",
  "description": "Comprehensive guide to modern AI development",
  "content_url": "https://example.com/content/ai-tutorial-series",
  "type": "course",
  "category": "education",
  "tags": ["ai", "machine-learning", "tutorial"],
  "price": "5000000000000000000",
  "currency": "ETH",
  "payment_scheme": "exact",
  "thumbnail_url": "https://example.com/thumbnails/ai-course.jpg",
  "content_type": "video/series",
  "preview_content": "Learn AI development from basics to advanced...",
  "access_duration": 86400
}

Response:

List Products

Response:

Update Product

Publish Product

Analytics & Insights

Product Analytics

Response:

Dashboard Analytics

Response:

Revenue Analytics

Access Logs & Unpaid Requests

Access Logs

Response:

Unpaid Requests Analysis

Response:

Payment Management

List Received Payments

Response:

Last updated