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

# परिचय

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

<div id="connect-to-the-x-ads-platform">
  ## X Ads प्लेटफ़ॉर्म से कनेक्ट करें
</div>

X Ads API, डेवलपर्स को X के विज्ञापन प्लेटफ़ॉर्म से जोड़ता है, ताकि वे दुनिया भर में X के विज्ञापनदाताओं की ज़रूरतों को पूरा करने वाले समाधान बना सकें।

<Button href="/hi/x-ads-api/getting-started">
  शुरुआत करें
</Button>

***

<CardGroup cols={2}>
  <Card title="अभियान प्रबंधन" icon="list-check" href="/hi/x-ads-api/campaign-management">X पर लोगों की सहभागिता बढ़ाने के लिए विज्ञापन अभियानों को प्रोग्रामेटिक तरीके से बनाएँ, शेड्यूल करें और प्रबंधित करें।</Card>
  <Card title="कस्टम ऑडियंस" href="/hi/x-ads-api/audiences" icon="user-group">आपके द्वारा उपलब्ध कराए गए X, वेब या मोबाइल डेटा का उपयोग करके Tailored Audiences बनाएँ और प्रबंधित करें।</Card>
  <Card title="क्रिएटिव्स" href="/hi/x-ads-api/creatives" icon="paintbrush">पोस्ट्स का ड्राफ़्ट तैयार करें और उन्हें प्रकाशित करें, Cards के साथ पोस्ट्स की कार्यक्षमता बढ़ाएँ, और इमेज व वीडियो अपलोड और प्रबंधित करें।</Card>
  <Card title="विज्ञापन विश्लेषिकी" href="/hi/x-ads-api/analytics" icon="chart-pie">मेट्रिक्स की पूरी रेंज के आधार पर विज्ञापन अभियानों की विस्तृत जानकारी पाने के लिए async और synchronous API endpoints का उपयोग करें।</Card>
  <Card title="टूल्स और लाइब्रेरीज़" href="/hi/x-ads-api/tools-and-libraries" icon="screwdriver-wrench">X द्वारा बनाई गई और समुदाय-समर्थित client libraries के हमारे चुने हुए संग्रह को देखें।</Card>
  <Card title="Postman संग्रह" href="https://documenter.getpostman.com/view/7379786/SzRw1WTU" icon="code">हमने अपने v2 endpoints के लिए एक Postman collection तैयार किया है, ताकि आप उसके visual client का उपयोग करके API को आसानी से एक्सप्लोर कर सकें!</Card>
  <Card title="कमांड लाइन टूल" href="https://github.com/xdevplatform/xurl" icon="terminal">अगर आप हमारे endpoints के साथ किसी command line tool का इस्तेमाल करके काम करना पसंद करते हैं, तो xurl आपके लिए ही बनाया गया है!</Card>
</CardGroup>

<div id="need-help">
  ## मदद चाहिए?
</div>

हमारे सहायता अनुभाग पर जाएँ, जहाँ आपको समस्या-निवारण के सुझाव, संपर्क विवरण, लाइव API स्टेटस मॉनिटर और अन्य उपयोगी जानकारी मिलेगी, जो किसी भी बाधा को दूर करने का तरीका समझने में आपकी मदद करेगी।

[Ads API सहायता अनुभाग पर जाएँ](https://developer.x.com/en/support/twitter-ads-api.html)

***

X API की अगली पीढ़ी बनाने में हमारी मदद करें: [हमें अपने उत्पाद पर फ़ीडबैक दें >](https://twitterdevfeedback.uservoice.com/forums/930250-twitter-api)
