Misc

Quickstart

Make your first Cludz API request in seconds.

Ready to get started? This guide will show you how to make your first API request to Cludz API.

Prerequisites

Before you begin, ensure you have:

  1. An API Key: You can obtain one by signing up at our Developer Dashboard.
  2. HTTP Client: curl, Postman, or a standard library like fetch in JavaScript/TypeScript.

Base URL

All API requests should be made to:

https://api.cludz.net

Making Your First Request

Let's verify your connection and API key are working correctly.

curl https://api.cludz.net/ \
  -H "X-API-Key: YOUR_API_KEY"

Example 1: Download Media

Here is how to fetch metadata and download links for a YouTube video.

curl "https://api.cludz.net/youtube/download?url=https://www.youtube.com/watch?v=dQw4w9WgXcQ" \
  -H "X-API-Key: YOUR_API_KEY"

Example 2: AI Chat

Engage with our AI endpoints.

curl "https://api.cludz.net/ai/mimo/chat?text=Hello%20World" \
  -H "X-API-Key: YOUR_API_KEY"
Built with 💖 by Miza • © 2026 - Powered by Nuxt