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

# Links API अवलोकन

> Link shortener और analytics endpoint

export const PlansAvailable = ({plans = [], maxPackRequired}) => {
  let displayPlans = plans;
  if (plans && plans.length === 1) {
    const lowerCasePlan = plans[0].toLowerCase();
    if (lowerCasePlan === "business") {
      displayPlans = ["Launch", "Business", "Enterprise"];
    } else if (lowerCasePlan === "premium") {
      displayPlans = ["Premium", "Launch", "Business", "Enterprise"];
    }
  }
  return <Note>
Available on {displayPlans.length === 1 ? "the " : ""}
{displayPlans.join(", ").replace(/\b\w/g, l => l.toUpperCase())}{" "}
{displayPlans.length > 1 ? "plans" : "plan"}.

{maxPackRequired && <span onClick={() => window.open('https://www.ayrshare.com/docs/additional/maxpack', '_self')} className="flex items-center mt-2 cursor-pointer">
 <span className="px-1.5 py-0.5 rounded text-sm" style={{
    backgroundColor: '#C264B6',
    color: 'white',
    fontSize: '12px'
  }}>
   Max Pack required
 </span>
</span>}
</Note>;
};

<PlansAvailable plans={["premium"]} maxPackRequired={true} />

/links endpoint के साथ आप सोशल पोस्ट में शामिल करने के लिए लिंक्स को छोटा कर सकते हैं।

Ayrshare link shortener सोशल प्रकाशन के लिए कई मूल्यवान लाभ प्रदान करता है।

<ul class="custom-bullets">
  <li>लंबे और जटिल URLs को अधिक दृष्टि-आकर्षक, संक्षिप्त, और स्मरणीय लिंक्स में संघनित करता है।</li>
  <li>Analytics और tracking क्षमताएँ, जिससे आप link performance, engagement, और audience insights की निगरानी कर सकते हैं।</li>
  <li>मूल्यवान character space बचाएँ, विशेष रूप से Twitter जैसे प्लेटफ़ॉर्म्स पर जहाँ character सीमाएँ कड़ी हैं।</li>
  <li>अपने स्वयं के url के साथ एक custom link domain जोड़ें।</li>
</ul>

## Custom Link Domain

एक custom link domain आपको link shortening और redirection के लिए उपयोग किए जाने वाले domain name को personalize और brand करने की अनुमति देता है।
एक सामान्य link shortener domain (जैसे, bit.ly, ayr.app) का उपयोग करने के बजाय, एक custom link domain आपको छोटे लिंक बनाने के लिए अपने स्वयं के domain name का उपयोग करने की अनुमति देता है।

अपना custom domain सेट करने के लिए कृपया हमसे संपर्क करें। Business और Enterprise plans पर उपलब्ध।
