> ## Documentation Index
> Fetch the complete documentation index at: https://docs.youka.io/llms.txt
> Use this file to discover all available pages before exploring further.

# API Overview

> अपलोड, async jobs, presets, media, project settings, और exports के लिए प्रोजेक्ट-आधारित API।

# API Overview

Youka API स्वचालित कराओके निर्माण के लिए एक प्रोजेक्ट-आधारित API है।

`v1` के साथ आप ये कर सकते हैं:

* प्रमाणित अकाउंट सत्यापित करें और क्रेडिट देखें।
* बिलिंग checkout और पोर्टल URLs बनाएं।
* स्रोत मीडिया अपलोड करें।
* प्रोजेक्ट बनाएं।
* प्रोजेक्ट या cloud exports बनाने से पहले क्रेडिट उपयोग का कोट प्राप्त करें।
* stem separation चलाएं।
* lyrics sync चलाएं।
* presets और media प्रबंधित करें।
* सक्रिय प्रोजेक्ट settings अपडेट करें।
* तैयार कराओके वीडियो एक्सपोर्ट करें।
* async task की स्थिति पोल करें।

सभी ऑटोमेशन API keys का उपयोग करते हैं।

यदि आप Node.js या Bun में बना रहे हैं, तो SDK से शुरुआत करें। जब आपको सीधे cURL या कस्टम क्लाइंट उदाहरण चाहिए हों, तब raw HTTP गाइड का उपयोग करें।

## Base URL

```text theme={null}
https://api.youka.io/hi/api/v1
```

## Read this next

* [Node.js SDK quickstart](/hi/sdk)
* [Raw HTTP quickstart](/hi/api/quickstart)
* [Authentication](/hi/api/authentication)
* [Async jobs](/hi/api/async-jobs)
* [Idempotency](/hi/api/idempotency)
* [Errors and retries](/hi/api/errors)
