Developer Portal

Manage your API keys and access tokens

API Keys

Generate a new API key to access the iframe service. Keep this key secure as it grants access to protected resources.

Usage Instructions

  1. Use your API key in the Authorization header with Bearer token format
  2. Make requests to the iframe endpoint with the URL parameter
  3. Example: Authorization: Bearer YOUR_API_KEY

API Endpoint

Base URL: https://cs-chox.dhruvs.host

Endpoint: /api/iframe

Example Usage:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://cs-chox.dhruvs.host/api/iframe?url=https://example.com"