एजेंटबिट API

API ID 13959

स्वायत्त एपीआई और एआई एजेंट टूल्स x402 भुगतान प्रोटोकॉल के माध्यम से प्रति कॉल मुद्रीकृत करते हैं

API डॉक्यूमेंटेशन

एंडपॉइंट्स

अनुरोध
एजेंट्स के लिए निश्चित उपयोगिता संचालन: sha256/sha512/HMAC हैशिंग, JWT डिकोड, बेस64 एनकोड/डिकोड, UUID उत्पन्न करना, JSON वैलिडेशन, CSV↔JSON, XML→JSON, URL पार्सिंग और सेमवर तुलना सब-मिलिसेकंड, कोई बाहरी कॉल नहीं
Endpoint ID: 32496
POST https://zylalabs.com/api/13959/agentbit+api/32496/utility+transform
इनपुट पैरामीटर्स

उपयोगिता रूपांतरण — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "sha256",
        "result": "b381f829b05175cdbe536beb7581dfd97ac819631c11644ea969b547368ae8e7"
    },
    "meta": {
        "tool": "util-transform",
        "version": "1.0",
        "execution_ms": 2,
        "cached": false
    }
}
उपयोगिता रूपांतरण — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32496/utility+transform' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{ "operation": "sha256", "input": "zyla-test" }'

    
अनुरोध
उच्च गुणवत्ता वाली LLM अनुवाद नियंत्रण के साथ: लक्षित भाषा, वैकल्पिक औपचारिकता और स्वर, स्वचालित स्रोत पहचान. बारीकियों और मुहावरों को बनाए रखता है
Endpoint ID: 32574
POST https://zylalabs.com/api/13959/agentbit+api/32574/ai+translate+llm
इनपुट पैरामीटर्स

एआई ट्रांसलेट एलएलएम — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "translation": "Factura este scadentă; vă rugăm să efectuați plata până vineri.",
        "target_language": "Romanian",
        "detected_source_language": "en"
    },
    "meta": {
        "tool": "ai-translate",
        "version": "1.0",
        "execution_ms": 1240,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 89,
            "output_tokens": 36
        },
        "finish_reason": "stop"
    }
}
एआई ट्रांसलेट एलएलएम — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32574/ai+translate+llm' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"The invoice is overdue; please pay by Friday.","target_language":"Romanian","formality":"formal"}'

    
अनुरोध
ताज़ा, दिनांकित समाचार परिणाम गूगल न्यूज़ के माध्यम से: शीर्षक, लिंक, स्रोत, प्रकाशन तिथि सामान्य वेब खोज से अलग - समय के अनुसार क्रमबद्ध और समाचार पर केंद्रित निगरानी और ब्रीफिंग के लिए
Endpoint ID: 32576
POST https://zylalabs.com/api/13959/agentbit+api/32576/news+search
इनपुट पैरामीटर्स

समाचार खोजें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "query": "stablecoin payments",
        "count": 5,
        "results": [
            {
                "title": "Exclusive: Stablecoin payments startup Hifi raises $37M",
                "link": "https://www.axios.com/pro/fintech-deals/2026/09/24/hifi-stablecoin-payments-37m-funding",
                "source": "Axios",
                "date": "09/24/2026, 11:06 AM, +0000 UTC",
                "iso_date": "2026-09-24T11:06:42Z",
                "thumbnail": "https://images.axios.com/A5Iowd0P3k4FgaKH7sRuoEUnYag=/2022/03/22/175911-1647971951574.jpg"
            },
            {
                "title": "Fed Proposes Stablecoin Reserve and Capital Rules Under GENIUS Act",
                "link": "https://www.pymnts.com/cryptocurrency/2026/fed-proposes-stablecoin-reserve-and-capital-rules-under-genius-act/",
                "source": "PYMNTS.com",
                "date": "09/25/2026, 01:03 AM, +0000 UTC",
                "iso_date": "2026-09-25T01:03:24Z",
                "thumbnail": "https://www.pymnts.com/wp-content/uploads/2026/09/fed-stablecoins-21.jpg?w=457"
            },
            {
                "title": "How stablecoins could reshape Middle East-Asia financial corridor",
                "link": "https://www.thenationalnews.com/business/banking/2026/09/25/how-stablecoins-could-reshape-middle-east-asia-financial-corridor/",
                "source": "thenationalnews.com",
                "date": "09/25/2026, 03:34 AM, +0000 UTC",
                "iso_date": "2026-09-25T03:34:44Z",
                "thumbnail": "https://www.thenationalnews.com/resizer/v2/DL74JQYYAJAEFEOWAQFY5ZDIZI.JPG?auth=a08e288040dcaae9289cff659787c7bafd8ad8531cb347d321a4b98310692757&smart=true&width=400&height=225"
            },
            {
                "title": "Solana Foundation taps Binance, Polygon vets to drive institutional adoption and payments",
                "link": "https://www.theblock.co/news/ecosystems/2026-09-24-solana-foundation-taps-binance-polygon-vets-to-drive-institutional-adoption-and-payments-416254",
                "source": "The Block",
                "date": "09/24/2026, 01:00 PM, +0000 UTC",
                "iso_date": "2026-09-24T13:00:00Z",
                "thumbnail": "https://www.tbstat.com/cdn-cgi/image/f=avif,q=50/wp/uploads/2023/10/20230810_Solana_News4-1200x675.jpg"
            },
            {
                "title": "Payy bridge exploit freezes crypto cards, and no balances remain safe",
                "link": "https://cryptoslate.com/payy-bridge-exploit-freezes-crypto-cards-and-no-balances-remain-safe/",
                "source": "CryptoSlate",
                "date": "09/25/2026, 07:10 AM, +0000 UTC",
                "iso_date": "2026-09-25T07:10:06Z",
                "thumbnail": "https://cryptoslate.com/wp-content/uploads/2026/09/payy-bridge-exploit-standard-image.jpg"
            }
        ]
    },
    "meta": {
        "tool": "news-search",
        "version": "1.0",
        "execution_ms": 1076,
        "cached": false,
        "provider": "serpapi"
    }
}
समाचार खोजें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32576/news+search' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"stablecoin payments","limit":5}'

    
अनुरोध
स्थानीय व्यवसायों को गूगल मैप्स के माध्यम से खोजें: नाम, पता, रेटिंग, समीक्षाएँ, श्रेणी, फोन, वेबसाइट, समय, समन्वय लीड-जन के लिए, निर्देशिका, "मुझे एक … खोजें"
Endpoint ID: 32575
POST https://zylalabs.com/api/13959/agentbit+api/32575/maps+search
इनपुट पैरामीटर्स

नक्शा खोजें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "query": "coffee shop",
        "location": "Brooklyn NY",
        "count": 5,
        "results": [
            {
                "title": "Blue Brown Cafe",
                "address": "45 Havemeyer St, Brooklyn, NY 11211",
                "rating": 4.9,
                "reviews": 324,
                "type": "Coffee shop",
                "phone": null,
                "website": "http://www.bluebrowncafe.com/",
                "open_state": "Open · Closes 5 PM",
                "hours": "Open · Closes 5 PM",
                "coordinates": {
                    "latitude": 40.7152536,
                    "longitude": -73.95384899999999
                },
                "place_id": "ChIJKzSxhq9ZwokRORBmuUsFrlY",
                "thumbnail": "https://lh3.googleusercontent.com/grass-cs/ACvplmNze0YMdVCe1MWkYBIiYo4C1nxRxiqnTyQ0BJiU-kraM__uqBO6onjhOXt-scmcHRuRPRQez33TTCQd0OtfadfIteSK5ymXov51NccLrqvoiK6bA5xrAZ9qAni5Uu4Km9zLiuW15pS0fdwS=w1000-h1000-c-n"
            },
            {
                "title": "Copper Mug Coffee",
                "address": "131 N 4th St, Brooklyn, NY 11249",
                "rating": 4.7,
                "reviews": 1237,
                "type": "Coffee shop",
                "phone": "(631) 536-5209",
                "website": "https://www.coppermugcoffee.com/",
                "open_state": "Open · Closes 7 PM",
                "hours": "Open · Closes 7 PM",
                "coordinates": {
                    "latitude": 40.7165423,
                    "longitude": -73.9597969
                },
                "place_id": "ChIJ-W5FnD1ZwokRX_Bk36vG_dg",
                "thumbnail": "https://lh3.googleusercontent.com/grass-cs/AABkmLfo0HAX9ZrxTU1gC150K6bEXHmBY3sHSpRI7j0gxzfG384fA8CTlYRbsykYKlXEhXp98ti4A-cdCEr2ePW2Q8thtC6oHzXDV3lilL4rtFZAIJz1CTqaMh_V0FIeztKOH2i9UNLi=w1000-h1000-c-n"
            },
            {
                "title": "Passionfruit Coffee",
                "address": "733 Madison St, Brooklyn, NY 11221",
                "rating": 4.9,
                "reviews": 643,
                "type": "Coffee shop",
                "phone": "(347) 221-0185",
                "website": "http://passionfruitcoffee.com/",
                "open_state": "Open · Closes 5 PM",
                "hours": "Open · Closes 5 PM",
                "coordinates": {
                    "latitude": 40.6875194,
                    "longitude": -73.9273596
                },
                "place_id": "ChIJfSF73pFdwokRCYoD0KuPKUY",
                "thumbnail": "https://lh3.googleusercontent.com/grass-cs/AABkmLfrPctMYUUJun4lyepn0DlsDp4Is0blbJ7-bALOWcDivb7k9C6iK0JsjYMQ9IQaRHNeXwXIejmVqYo5g-L2VdSfPhAOtbm21UqETnlAQ7ievmo7-kn4BN4SB-_76Hl4BL3PxExL=w1000-h1000-c-n"
            },
            {
                "title": "Casita of Brooklyn",
                "address": "318 11th St, Brooklyn, NY 11215",
                "rating": 4.8,
                "reviews": 272,
                "type": "Coffee shop",
                "phone": "(347) 889-5849",
                "website": "http://casitaofbk.com/",
                "open_state": "Open · Closes 6 PM",
                "hours": "Open · Closes 6 PM",
                "coordinates": {
                    "latitude": 40.6680084,
                    "longitude": -73.9878008
                },
                "place_id": "ChIJ2wEUJhtbwokRIm0YqqLWk7o",
                "thumbnail": "https://lh3.googleusercontent.com/grass-cs/ACvplmOKRwUt9PTM6mEJb9fbUohdYcfsgv3VnN6LVnj2OWP63K9Hz6v0iljQnmaZLYsHPnlvfYnoAppxb65yHug69MEvSmR9P9BZHPGY6oM8lBcwi7gJv_oqRNZtoRq_Zze5bb_mMEI=w1000-h1000-c-n"
            },
            {
                "title": "BUDDIES COFFEE",
                "address": "226 E 3rd St, New York, NY 10009",
                "rating": 5,
                "reviews": 1286,
                "type": "Coffee shop",
                "phone": "(212) 203-1918",
                "website": "http://buddiescoffeenyc.com/",
                "open_state": "Closes soon · 4 PM · Opens 8 AM Mon",
                "hours": "Closes soon · 4 PM · Opens 8 AM Mon",
                "coordinates": {
                    "latitude": 40.722209,
                    "longitude": -73.98217249999999
                },
                "place_id": "ChIJo20fEQpZwokRW7sSJjFierw",
                "thumbnail": "https://lh3.googleusercontent.com/grass-cs/ACvplmMzTKq7yvHNvTWsZ-S_nluhOchRdc6Vl5SNBtr65d3ww2sC_orXKiRR4z9z-yBX7EvJyT0D7sOSnsDvgEXczObT6wKVewnFYqE12NNWaAlmmn0T2YkpmQyWV0Sa-bFW2Fk9Tx9e=w1000-h1000-c-n"
            }
        ]
    },
    "meta": {
        "tool": "maps-search",
        "version": "1.0",
        "execution_ms": 1566,
        "cached": false,
        "provider": "serpapi"
    }
}
नक्शा खोजें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32575/maps+search' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"coffee shop","location":"Brooklyn NY","limit":5}'

    
अनुरोध
एक कॉल में साक्ष्यों के साथ लाइव वेब से प्रश्न का उत्तर दें: वेब खोज + ग्राउंडेड LLM सिंथेसिस उत्तर लौटाता है साक्षीकृत स्रोत विश्वास स्तर अनुवर्ती प्रश्न
Endpoint ID: 32570
POST https://zylalabs.com/api/13959/agentbit+api/32570/research
इनपुट पैरामीटर्स

शोध — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "question": "What is the x402 payment protocol and who backs it?",
        "answer": "The x402 payment protocol is designed for agentic commerce, facilitating transactions in a decentralized manner. It is backed by the x402 Foundation, which includes notable partners such as Coinbase and Cloudflare, among others [3][4].",
        "sources": [
            {
                "index": 1,
                "title": "x402",
                "url": "https://x402.org/"
            },
            {
                "index": 3,
                "title": "Launching the x402 Foundation with Coinbase, and ...",
                "url": "https://blog.cloudflare.com/x402/"
            },
            {
                "index": 4,
                "title": "x402: The Payment Protocol for Agentic Commerce",
                "url": "https://x402.org/wp-content/uploads/sites/10/2026/06/x402-whitepaper.pdf"
            }
        ],
        "confidence": "high",
        "follow_up_questions": [
            "What are the main features of the x402 payment protocol?",
            "How does the x402 protocol compare to other payment protocols?",
            "What is agentic commerce?"
        ]
    },
    "meta": {
        "tool": "research",
        "version": "1.0",
        "execution_ms": 3669,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 234,
            "output_tokens": 115
        },
        "finish_reason": "stop",
        "sources_searched": 5,
        "simulated": false
    }
}
शोध — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32570/research' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"question":"What is the x402 payment protocol and who backs it?","max_sources":5}'

    
अनुरोध
बिगड़े हुए पाठ को स्वच्छ JSON में बदलें पाठ के साथ एक फ़ील्ड `schema` या सामान्य `निर्देश` पास करें एक मान्य JSON ऑब्जेक्ट वापस प्राप्त करें प्रदाता JSON मोड का उपयोग करता है
Endpoint ID: 32567
POST https://zylalabs.com/api/13959/agentbit+api/32567/ai+extract
इनपुट पैरामीटर्स

एआई निकालें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "data": {
            "vendor": "Globex",
            "total": 4320
        }
    },
    "meta": {
        "tool": "ai-extract",
        "version": "1.0",
        "execution_ms": 1258,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 80,
            "output_tokens": 18
        },
        "finish_reason": "stop"
    }
}
एआई निकालें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32567/ai+extract' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"Invoice from Globex $4320","schema":{"vendor":"name","total":"number"}}'

    
अनुरोध
गूगल शॉपिंग के माध्यम से उत्पाद खोज: शीर्षक, मूल्य, संख्यात्मक मूल्य, व्यापारी, रेटिंग, समीक्षाएं, लिंक उत्पाद तुलना, उत्पाद खोज और वाणिज्य एजेंटों के लिए
Endpoint ID: 32577
POST https://zylalabs.com/api/13959/agentbit+api/32577/shopping+search
इनपुट पैरामीटर्स

खरीदारी खोज — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "query": "usb c cable",
        "count": 5,
        "results": [
            {
                "title": "Apple USB-C to Lightning Adapter",
                "price": "$29.99",
                "extracted_price": 29.99,
                "source": "Target",
                "rating": 4.9,
                "reviews": 1200,
                "link": "https://www.google.com/search?ibp=oshop&q=usb c cable&prds=catalogid:7457557129091879836,productid:14812306933865895846,headlineOfferDocid:2563657030075942310,imageDocid:1523003356699315750,rds:PC_93641945548804508|PROD_PC_93641945548804508,gpcid:93641945548804508,mid:576462890360818740,pvt:hg&hl=en&gl=us&udm=28",
                "snippet": null,
                "product_id": "7457557129091879836",
                "thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcSId85_V6E6U4PwVQPakBvq7hIz2EnxauvVTfpTI7Cj1ZmsmP5B6MA5DfSjQRv3ouulyBslB9Zg3uNp7R-1iMwgVp4ILKe42-Z0PYcwrIoqRLpZ-Famu1hk"
            },
            {
                "title": "Apple Usb-c To Lightning Cable Fast Charging",
                "price": "$4.99",
                "extracted_price": 4.99,
                "source": "eBay",
                "rating": 2.8,
                "reviews": 45000,
                "link": "https://www.google.com/search?ibp=oshop&q=usb c cable&prds=productid:2517034064227900716,headlineOfferDocid:2517034064227900716,imageDocid:643287256668689895,rds:PC_6506973554258571171|PROD_PC_6506973554258571171,pvt:hg&hl=en&gl=us&udm=28",
                "snippet": null,
                "product_id": "2517034064227900716",
                "thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcSNdVejcu8BT9hWBagzMF70l4QdHtr4fzshLXV99lEyjM0zefa-Is-JQu57Ao-Es4wyW-WJjx6nL8h39ihMhggKM2FZpqeJNuwExip4kx1I"
            },
            {
                "title": "UGREEN UNO USB-C to USB-C Cable 100W, 2-Pack",
                "price": "$19.99",
                "extracted_price": 19.99,
                "source": "us.ugreen.com",
                "rating": 5,
                "reviews": 1,
                "link": "https://www.google.com/search?ibp=oshop&q=usb c cable&prds=productid:5240419590045574500,headlineOfferDocid:5240419590045574500,imageDocid:13484657972467331098,rds:PC_9106152942184151250|PROD_PC_9106152942184151250,pvt:hg&hl=en&gl=us&udm=28",
                "snippet": null,
                "product_id": "5240419590045574500",
                "thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcSuTN9643mdFes-Jhj-r4tmmhP7eMZiDTd8-9o4akvRE2qUp1lQHPhX4P27q0R5ORVz67UpDitV9yA9jGLelZPTHLw7x2DMtRg19pQPW0XmestE_pNckvCI"
            },
            {
                "title": "UGREEN UNO USB-C to USB-C Cable 100W, 2-Pack",
                "price": "$19.99",
                "extracted_price": 19.99,
                "source": "us.ugreen.com",
                "rating": 5,
                "reviews": 1,
                "link": "https://www.google.com/search?ibp=oshop&q=usb c cable&prds=productid:10809649341650578442,headlineOfferDocid:10809649341650578442,imageDocid:13484657972467331098,rds:PC_9106152942184151250|PROD_PC_9106152942184151250,pvt:hg&hl=en&gl=us&udm=28",
                "snippet": null,
                "product_id": "10809649341650578442",
                "thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcSuTN9643mdFes-Jhj-r4tmmhP7eMZiDTd8-9o4akvRE2qUp1lQHPhX4P27q0R5ORVz67UpDitV9yA9jGLelZPTHLw7x2DMtRg19pQPW0XmestE_pNckvCI"
            },
            {
                "title": "(3 pack) onn 6ft Usb-c to Usb-a Charging Cable, Usb-if Certified, Compatible with iPhone 17/16/15, Samsung Galaxy, Note, Pixel Devices, & More, Black",
                "price": "$7.88",
                "extracted_price": 7.88,
                "source": "Walmart",
                "rating": 2.6,
                "reviews": 816,
                "link": "https://www.google.com/search?ibp=oshop&q=usb c cable&prds=productid:8282493149587993355,headlineOfferDocid:8282493149587993355,imageDocid:5220014028763130636,rds:PC_16752035922607461261|PROD_PC_16752035922607461261,pvt:hg&hl=en&gl=us&udm=28",
                "snippet": null,
                "product_id": "8282493149587993355",
                "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcRFCvHG9fxfjUz8_D_xTkALR_ugVwbPq9aL9kAJF_Cv5ahlSsGhrqtCUjZUo54Jr0N6rVZLDOzCbeoRENNX8yrwC_P8QUKDbOPPkW0F6vOhox0a1fs1wdkUIw"
            }
        ]
    },
    "meta": {
        "tool": "shopping-search",
        "version": "1.0",
        "execution_ms": 1463,
        "cached": false,
        "provider": "serpapi"
    }
}
खरीदारी खोज — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32577/shopping+search' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"usb c cable","limit":5}'

    
अनुरोध
एक यूआरएल लाएँ और ठीक वही JSON निकालें जो आप पूछते हैं एक फ़ील्ड `schema` (या `instructions`) पास करें और पृष्ठ सामग्री से निकाला गया एक मान्य JSON ऑब्जेक्ट प्राप्त करें
Endpoint ID: 32572
POST https://zylalabs.com/api/13959/agentbit+api/32572/web+json
इनपुट पैरामीटर्स

वेब जेसन — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://example.com",
        "data": {
            "title": "Example Domain",
            "purpose": "This domain is for use in documentation examples without needing permission."
        }
    },
    "meta": {
        "tool": "web-json",
        "version": "1.0",
        "execution_ms": 1274,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 116,
            "output_tokens": 27
        },
        "finish_reason": "stop"
    }
}
वेब जेसन — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32572/web+json' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://example.com","schema":{"title":"the page title","purpose":"what the page is for"}}'

    
अनुरोध
सामान्य LLM पूर्णता: एक प्रॉम्प्ट भेजें (वैकल्पिक प्रणाली की भूमिका) उत्तर प्राप्त करें विचार करें फिर से लिखें वर्गीकृत करें मसौदा तैयार करें या उत्तर दें स्थिर मूल्य इनपुट / आउटपुट सीमित
Endpoint ID: 32566
POST https://zylalabs.com/api/13959/agentbit+api/32566/ai+ask
इनपुट पैरामीटर्स

एआई पूछें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "answer": "The term \"x402\" could refer to different things depending on the context. Here are a few possibilities:\n\n1. **Product Code**: It might be a model number or product code for a specific item, such as electronics, machinery, or other consumer goods.\n\n2. **Software Version**: It could refer to a version of software or an application.\n\n3. **Error Code**: In some systems, \"x402\" might represent an error code indicating a specific issue.\n\n4. **Mathematics**: In a mathematical context, it could simply represent a variable or a placeholder for a value.\n\nIf you can provide more context or specify the field or area you are referring to, I can give a more accurate answer!"
    },
    "meta": {
        "tool": "ai-ask",
        "version": "1.0",
        "execution_ms": 3343,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 12,
            "output_tokens": 149
        },
        "finish_reason": "stop"
    }
}
एआई पूछें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32566/ai+ask' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"prompt":"What is x402?"}'

    
अनुरोध
एआई एजेंटों के लिए लाइव वेब खोज: शीर्षक, URL, स्निपेट, प्रकाशन तिथि और स्रोत के साथ रैंक किए गए परिणाम लौटाता है वर्तमान वेब पर न्यूरल + कीवर्ड खोज स्वचालित प्रदाता फेलओवर के साथ हालिया समाचारों, दस्तावेजों, प्रतियोगियों, कीमतों या किसी भी तथ्य को खोजने के लिए इसका उपयोग करें जिसे ताजा स्रोत की आवश्यकता है
Endpoint ID: 32483
POST https://zylalabs.com/api/13959/agentbit+api/32483/web+search
इनपुट पैरामीटर्स

वेब खोज — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "results": [
            {
                "title": "x402: The Payment Protocol for Agentic Commerce",
                "url": "https://x402.org/wp-content/uploads/sites/10/2026/06/x402-whitepaper.pdf",
                "snippet": null,
                "published_at": null,
                "source": "exa"
            },
            {
                "title": "x402",
                "url": "https://x402.org/",
                "snippet": null,
                "published_at": null,
                "source": "exa"
            },
            {
                "title": "spec/v0.2/spec.md",
                "url": "https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2/spec.md",
                "snippet": null,
                "published_at": null,
                "source": "exa"
            }
        ]
    },
    "meta": {
        "tool": "web-search",
        "version": "1.0",
        "execution_ms": 2110,
        "cached": false,
        "provider": "exa",
        "suggested_next": {
            "tool": "company-research",
            "endpoint": "https://agentbit.app/v1/company/research",
            "price": 0.1,
            "currency": "USDC",
            "description": "One-call company due-diligence dossier: web-signal enrichment (technologies, socials, mail), recent news from live web search, website agent-readiness score and technical risk indicators (DNS, SSL, domain age). Normalized JSON — replaces 4–6 separate calls when researching a vendor, lead or counterparty."
        }
    }
}
वेब खोज — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32483/web+search' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"x402 payment protocol for AI agents","limit":3}'

    
अनुरोध
किसी भी सार्वजनिक यूआरएल को लाएं और साफ, संरचित सामग्री लौटाएं: शीर्षक, मेटा विवरण, मुख्य पाठ, मार्कडाउन, शीर्षक, बाहरी लिंक और पृष्ठ मेटाडेटा। स्क्रिप्ट, नेविगेशन और बॉइलरप्लेट हटा देता है। लेखों, दस्तावेज़ों और उत्पाद पृष्ठों को पढ़ने के लिए आदर्श है इससे पहले कि उन पर सोच विचार किया जाए
Endpoint ID: 32484
POST https://zylalabs.com/api/13959/agentbit+api/32484/web+extract
इनपुट पैरामीटर्स

वेब निकालें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://example.com",
        "title": "Example Domain",
        "description": null,
        "markdown": "# Example Domain\n\n# Example Domain\n\nExample DomainExample DomainThis domain is for use in documentation examples without needing permission. Avoid use in operations.Learn more",
        "text": "Example DomainExample DomainThis domain is for use in documentation examples without needing permission. Avoid use in operations.Learn more",
        "headings": [
            {
                "level": 1,
                "text": "Example Domain"
            }
        ],
        "links": [
            {
                "url": "https://iana.org/domains/example",
                "text": "Learn more"
            }
        ],
        "metadata": {
            "viewport": "width=device-width, initial-scale=1"
        }
    },
    "meta": {
        "tool": "web-extract",
        "version": "1.0",
        "execution_ms": 71,
        "cached": false,
        "suggested_next": {
            "tool": "website-agent-readiness",
            "endpoint": "https://agentbit.app/v1/website/agent-readiness",
            "price": 0.05,
            "currency": "USDC",
            "description": "Audit any website for AI-agent and AI-crawler readiness: HTTPS, robots.txt and AI bot rules (GPTBot, ClaudeBot, PerplexityBot), llms.txt, sitemap, title/meta, schema.org JSON-LD, security headers. Returns a 0–100 score with failed checks, issues and concrete recommendations."
        }
    }
}
वेब निकालें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32484/web+extract' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://example.com","include_links":true}'

    
अनुरोध
एक हेडलेस ब्राउज़र में एक यूआरएल को रेंडर करें और HTML, मार्कडाउन या स्क्रीनशॉट लौटाएं
Endpoint ID: 32485
POST https://zylalabs.com/api/13959/agentbit+api/32485/browser+render
इनपुट पैरामीटर्स

ब्राउज़र रेंडर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://example.com",
        "html": "<!DOCTYPE html><html lang=\"en\"><head><title>Example Domain</title><link rel=\"icon\" href=\"data:,\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style></head><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.</p><p><a href=\"https://iana.org/domains/example\">Learn more</a></p></div>\n</body></html>\n",
        "markdown": null,
        "screenshot_url": null,
        "metadata": {
            "render_seconds": 6.35
        }
    },
    "meta": {
        "tool": "browser-render",
        "version": "1.0",
        "execution_ms": 6350,
        "cached": false
    }
}
ब्राउज़र रेंडर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32485/browser+render' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://example.com","output":"html"}'

    
अनुरोध
कीवर्ड द्वारा Reddit पोस्ट खोजें, वैकल्पिक रूप से एक सबरेडिट के भीतर, प्रासंगिकता, नए या शीर्ष के आधार पर एक समय सीमा के भीतर वर्गीकृत किया गया। शीर्षक, सबरेडिट, स्थायी लिंक, स्कोर, टिप्पणी की संख्या, टाइमस्टैम्प और पोस्ट पाठ लौटाता है - भावना, सामुदायिक प्रतिक्रिया और प्रवृत्ति अनुसंधान के लिए उपयोगी।
Endpoint ID: 32486
POST https://zylalabs.com/api/13959/agentbit+api/32486/reddit+search
इनपुट पैरामीटर्स

रेडिट खोज — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "results": []
    },
    "meta": {
        "tool": "reddit-search",
        "version": "1.0",
        "execution_ms": 206,
        "cached": false,
        "simulated": true,
        "note": "Reddit returned HTTP 403; empty simulated result."
    }
}
रेडिट खोज — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32486/reddit+search' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"laravel 13","limit":3,"sort":"new"}'

    
अनुरोध
एक डोमेन से कंपनी का समृद्धिकीकरण: मानक नाम, वेबसाइट, विवरण, पहचानी गई तकनीकें (CMS, ई-कॉमर्स प्लेटफ़ॉर्म, विश्लेषण), सामाजिक प्रोफाइल और मेल अवसंरचना (MX) कंपनी की वेबसाइट और DNS से पढ़े गए जीवित संकेत - कोई पुराने डेटाबेस नहीं
Endpoint ID: 32487
POST https://zylalabs.com/api/13959/agentbit+api/32487/company+enrichment
इनपुट पैरामीटर्स

कंपनी समृद्धि — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "domain": "stripe.com",
        "company_name": "Stripe | Financial Infrastructure to Grow Your Revenue",
        "website": "https://stripe.com",
        "description": "Stripe is a financial services platform that helps all types of businesses accept payments, build flexible billing models and manage money movement.",
        "industry": null,
        "employees_range": null,
        "location": null,
        "social": [
            "https://linkedin.com/company/stripe",
            "https://twitter.com/stripe",
            "https://facebook.com/StripeHQ",
            "https://instagram.com/stripehq"
        ],
        "technologies": [
            "magento",
            "react"
        ],
        "identifiers": [],
        "mail_infrastructure": [
            "aspmx.l.google.com",
            "alt2.aspmx.l.google.com",
            "alt1.aspmx.l.google.com"
        ],
        "enrichment_level": "web_signals",
        "note": "Deep firmographics (industry, employees, financials) require an enrichment provider connection."
    },
    "meta": {
        "tool": "company-enrich",
        "version": "1.0",
        "execution_ms": 1093,
        "cached": false,
        "suggested_next": {
            "tool": "company-research",
            "endpoint": "https://agentbit.app/v1/company/research",
            "price": 0.1,
            "currency": "USDC",
            "description": "One-call company due-diligence dossier: web-signal enrichment (technologies, socials, mail), recent news from live web search, website agent-readiness score and technical risk indicators (DNS, SSL, domain age). Normalized JSON — replaces 4–6 separate calls when researching a vendor, lead or counterparty."
        }
    }
}
कंपनी समृद्धि — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32487/company+enrichment' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"domain":"stripe.com"}'

    
अनुरोध
एक या कई मुद्रा जोड़ों (जैसे EUR/USD EUR/RON USD/JPY) के लिए लाइव विदेशी मुद्रा दरें मध्य, संकेतात्मक बिड/आस्क, स्रोत संदर्भ, समय मुहैया कराने और विश्वास के साथ। ECB से प्राप्त संदर्भ दरें 30 सेकंड के लिए कैश की गई। मूल्य निर्धारण, परिवर्तनों और वित्तीय एजेंटों के लिए उपयोग करें
Endpoint ID: 32488
POST https://zylalabs.com/api/13959/agentbit+api/32488/fx+aggregator
इनपुट पैरामीटर्स

एफएक्स एग्रीगेटर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "rates": [
            {
                "pair": "EUR/USD",
                "mid": 1.1403,
                "bid": 1.13973,
                "ask": 1.14087,
                "sources": [
                    "ecb/frankfurter"
                ],
                "confidence": 0.95
            },
            {
                "pair": "EUR/RON",
                "mid": 5.2765,
                "bid": 5.273862,
                "ask": 5.279138,
                "sources": [
                    "ecb/frankfurter"
                ],
                "confidence": 0.95
            }
        ],
        "timestamp": "2026-09-27T19:43:45+00:00"
    },
    "meta": {
        "tool": "fx",
        "version": "1.0",
        "execution_ms": 45,
        "cached": false
    }
}
एफएक्स एग्रीगेटर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32488/fx+aggregator' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"pairs":["EUR/USD","EUR/RON"]}'

    
अनुरोध
GLEIF के माध्यम से कानूनी इकाई पहचान: LEI द्वारा एक कंपनी की खोज करें, नाम द्वारा विभिन्न अधिकार क्षेत्रों के बीच कानूनी इकाइयों की खोज करें, या LEI चेकसम को मान्य करें। कानूनी नाम, स्थिति, अधिकार क्षेत्र, पंजीकृत पता और पंजीकरण विवरण लौटाता है - KYB और अनुपालन एजेंटों के लिए प्रामाणिक डेटा
Endpoint ID: 32489
POST https://zylalabs.com/api/13959/agentbit+api/32489/lei+company+identity
इनपुट पैरामीटर्स

LEI कंपनी पहचान — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "found": true,
        "lei": "5493001KJTIIGC8Y1R12",
        "legal_name": "Bloomberg Finance L.P.",
        "status": "ACTIVE",
        "jurisdiction": "US-DE",
        "legal_address": {
            "language": "en",
            "addressLines": [
                "C/O Corporation Service Company",
                "251 Little Falls Drive"
            ],
            "addressNumber": null,
            "addressNumberWithinBuilding": null,
            "mailRouting": null,
            "city": "Wilmington",
            "region": "US-DE",
            "country": "US",
            "postalCode": "19808"
        },
        "registration": {
            "initialRegistrationDate": "2012-12-06T20:55:22Z",
            "lastUpdateDate": "2026-01-05T14:20:40Z",
            "status": "ISSUED",
            "nextRenewalDate": "2027-01-25T16:50:02Z",
            "managingLou": "5493001KJTIIGC8Y1R12",
            "corroborationLevel": "FULLY_CORROBORATED",
            "validatedAt": {
                "id": "RA000602",
                "other": null
            },
            "validatedAs": "4348344",
            "otherValidationAuthorities": []
        }
    },
    "meta": {
        "tool": "business-identity",
        "version": "1.0",
        "execution_ms": 258,
        "cached": false,
        "suggested_next": {
            "tool": "company-research",
            "endpoint": "https://agentbit.app/v1/company/research",
            "price": 0.1,
            "currency": "USDC",
            "description": "One-call company due-diligence dossier: web-signal enrichment (technologies, socials, mail), recent news from live web search, website agent-readiness score and technical risk indicators (DNS, SSL, domain age). Normalized JSON — replaces 4–6 separate calls when researching a vendor, lead or counterparty."
        }
    }
}
LEI कंपनी पहचान — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32489/lei+company+identity' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"operation":"lei_lookup","lei":"5493001KJTIIGC8Y1R12"}'

    
अनुरोध
एक-कॉल कंपनी की ड्यू-डिलिजेंस डॉसियर: वेब-सिग्नल संवर्द्धन (तकनीकें, सोशल, मेल), लाइव वेब खोज से हालिया समाचार, वेबसाइट एजेंट-रेडीनेस स्कोर और तकनीकी जोखिम संकेतक (डीएनएस, एसएसएल, डोमेन आयु) सामान्यीकृत JSON - जब किसी विक्रेता, लीड या काउंटरपार्टी की शोध करने पर 4-6 अलग-अलग कॉल का स्थान लेता है
Endpoint ID: 32490
POST https://zylalabs.com/api/13959/agentbit+api/32490/company+research+dossier
इनपुट पैरामीटर्स

कंपनी अनुसंधान फाइल — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "subject": {
            "domain": "stripe.com",
            "company_name": "stripe.com"
        },
        "company": {
            "domain": "stripe.com",
            "company_name": "Stripe | Financial Infrastructure to Grow Your Revenue",
            "website": "https://stripe.com",
            "description": "Stripe is a financial services platform that helps all types of businesses accept payments, build flexible billing models and manage money movement.",
            "industry": null,
            "employees_range": null,
            "location": null,
            "social": [
                "https://linkedin.com/company/stripe",
                "https://twitter.com/stripe",
                "https://facebook.com/StripeHQ",
                "https://instagram.com/stripehq"
            ],
            "technologies": [
                "magento",
                "react"
            ],
            "identifiers": [],
            "mail_infrastructure": [
                "aspmx.l.google.com",
                "alt2.aspmx.l.google.com",
                "alt1.aspmx.l.google.com"
            ],
            "enrichment_level": "web_signals",
            "note": "Deep firmographics (industry, employees, financials) require an enrichment provider connection."
        },
        "recent_news": [
            {
                "title": "Stripe Newsroom: The Latest News & Announcements",
                "url": "https://stripe.com/newsroom",
                "snippet": null,
                "published_at": null,
                "source": "exa"
            },
            {
                "title": "Stripe helps Muse, Meta’s new personal AI agent, shop across the internet with Link",
                "url": "https://stripe.com/newsroom/news/stripe-helps-meta-muse-shop-with-link",
                "snippet": null,
                "published_at": "2026-09-08T00:00:00.000Z",
                "source": "exa"
            },
            {
                "title": "Stripe Blog: Online Payment Solutions Blog",
                "url": "https://stripe.com/blog",
                "snippet": null,
                "published_at": "2026-09-21T19:46:42.273Z",
                "source": "exa"
            },
            {
                "title": "Stripe's 2025 annual letter",
                "url": "https://stripe.com/annual-updates/2025",
                "snippet": null,
                "published_at": null,
                "source": "exa"
            },
            {
                "title": "New currency capabilities for global businesses to cut FX costs",
                "url": "https://stripe.com/blog/reduce-fx-costs-with-stripe",
                "snippet": null,
                "published_at": "2026-08-17T00:00:00.000Z",
                "source": "exa"
            }
        ],
        "news_simulated": false,
        "website_signals": {
            "score": 90,
            "issues": [
                "Check failed: sitemap"
            ]
        },
        "risk": {
            "risk_score": 0,
            "risk_level": "low"
        }
    },
    "meta": {
        "tool": "company-research",
        "version": "1.0",
        "execution_ms": 5804,
        "cached": false
    }
}
कंपनी अनुसंधान फाइल — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32490/company+research+dossier' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"domain":"stripe.com"}'

    
अनुरोध
x402 पारिस्थितिकी के लिए बाजार विश्लेषण: खोज अनुक्रमित संसाधन, ट्रेंडिंग, विक्रेता रिपोर्ट ऑन-चेन ट्रेंड के साथ, समय के साथ मूल्य इतिहास, पूर्ण बाजार अवलोकन (स्रोत, श्रेणियाँ, मूल्य वितरण, ऑन-चेन लीडर्स), प्रतिस्पर्धा आँकड़े और स्कोर्ड अवसर। निरंतर स्कैन किए गए सार्वजनिक x402 इंडेक्स (कॉइनबेस बाजार, एजेंट402, एजेंटिक मार्केट) से ऐतिहासिक स्नैपशॉट्स के साथ बनाया गया।
Endpoint ID: 32491
POST https://zylalabs.com/api/13959/agentbit+api/32491/x402+market+intelligence
इनपुट पैरामीटर्स

x402 बाजार की बुद्धिमत्ता — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "competition",
        "results": {
            "competitors": 276,
            "median_price": 0.02,
            "min_price": "0.000100",
            "max_price": "0.500000"
        }
    },
    "meta": {
        "tool": "x402-intelligence",
        "version": "1.0",
        "execution_ms": 162,
        "cached": false
    }
}
X402 बाजार की बुद्धिमत्ता — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32491/x402+market+intelligence' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"operation":"competition","q":"web search"}'

    
अनुरोध
डोमेन कंपनी या ईमेल डोमेन के लिए लेनदेन से पूर्व जोखिम स्क्रीनिंग डीएनएस समाधान एमएक्स उपस्थिति एसएसएल वैधता/समाप्ति आरडीएपी के माध्यम से डोमेन आयु वेबसाइट पहुंच उपलब्धता लौटाता है जोखिम स्कोर 0-100 जोखिम स्तर प्रति जांच परिणाम और सबूत एजेंट द्वारा किसी अज्ञात पक्ष को भुगतान करने ईमेल करने या एकीकृत करने से पहले इसे चलाएं
Endpoint ID: 32492
POST https://zylalabs.com/api/13959/agentbit+api/32492/counterparty+risk
इनपुट पैरामीटर्स

प्रतिपक्ष जोखिम — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "subject": "example.com",
        "subject_type": "domain",
        "risk_score": 0,
        "risk_level": "low",
        "checks": {
            "dns_resolves": {
                "pass": true
            },
            "has_mx": {
                "pass": true
            },
            "domain_age": {
                "pass": false,
                "age_days": 11367
            },
            "ssl_valid": {
                "pass": true,
                "expires": "2026-12-25"
            },
            "website_reachable": {
                "pass": true
            }
        },
        "evidence": [
            {
                "type": "rdap_registration",
                "value": "1995-08-14T04:00:00Z"
            }
        ],
        "disclaimer": "Automated technical signals only; not a legal or compliance verdict."
    },
    "meta": {
        "tool": "counterparty-risk",
        "version": "1.0",
        "execution_ms": 205,
        "cached": false,
        "suggested_next": {
            "tool": "company-research",
            "endpoint": "https://agentbit.app/v1/company/research",
            "price": 0.1,
            "currency": "USDC",
            "description": "One-call company due-diligence dossier: web-signal enrichment (technologies, socials, mail), recent news from live web search, website agent-readiness score and technical risk indicators (DNS, SSL, domain age). Normalized JSON — replaces 4–6 separate calls when researching a vendor, lead or counterparty."
        }
    }
}
प्रतिपक्ष जोखिम — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32492/counterparty+risk' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"subject":"example.com","subject_type":"domain"}'

    
अनुरोध
किसी भी वेबसाइट का ऑडिट करें ताकि यह सुनिश्चित हो सके कि वह AI-एजेंट और AI-क्रॉलर के लिए तैयार है: HTTPS, robots.txt और AI बॉट नियम (GPTBot, ClaudeBot, PerplexityBot), llms.txt, साइटमैप, शीर्षक/मेटा, schema.org JSON-LD, सुरक्षा हेडर। यह 0-100 स्कोर के साथ असफल जांच, मुद्दों और ठोस सिफारिशों के साथ परिणाम लौटाता है
Endpoint ID: 32493
POST https://zylalabs.com/api/13959/agentbit+api/32493/website+agent+readiness
इनपुट पैरामीटर्स

वेबसाइट एजेंट तत्परता — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://example.com",
        "score": 50,
        "checks": {
            "http_accessible": {
                "pass": true,
                "status": 200
            },
            "security_headers": {
                "pass": false,
                "headers": {
                    "strict-transport-security": false,
                    "content-security-policy": false,
                    "x-content-type-options": false,
                    "x-frame-options": false
                }
            },
            "robots_txt": {
                "pass": false
            },
            "ai_crawler_access": {
                "pass": true,
                "blocked": []
            },
            "llms_txt": {
                "pass": false
            },
            "sitemap": {
                "pass": false
            },
            "meta_title": {
                "pass": true
            },
            "meta_description": {
                "pass": false
            },
            "schema_org": {
                "pass": false
            },
            "https": {
                "pass": true
            }
        },
        "issues": [
            "Check failed: security_headers",
            "Check failed: robots_txt",
            "Check failed: llms_txt",
            "Check failed: sitemap",
            "Check failed: meta_description",
            "Check failed: schema_org"
        ],
        "recommendations": [
            "Publish an llms.txt file describing your site for AI agents.",
            "Add schema.org structured data (JSON-LD)."
        ]
    },
    "meta": {
        "tool": "website-agent-readiness",
        "version": "1.0",
        "execution_ms": 77,
        "cached": false
    }
}
वेबसाइट एजेंट तत्परता — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32493/website+agent+readiness' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://example.com"}'

    
अनुरोध
ईमेल पता डिलिवरेबिलिटी और जोखिम जांच भेजने से पहले: सिंटैक्स डोमेन एमएक्स रिकॉर्ड्स एसपीएफ डीएमएआरसी डिस्पोजेबल-प्रदाता पहचान और भूमिका-खाता पहचान विभिन्नता 0-100 डिलिवरेबिलिटी स्कोर जोखिम स्तर और प्रति-जांच विवरण लौटाता है लाइव DNS कोई मेलबॉक्स पिंगिंग
Endpoint ID: 32494
POST https://zylalabs.com/api/13959/agentbit+api/32494/email+deliverability
इनपुट पैरामीटर्स

ईमेल वितरण क्षमता — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "email": "[email protected]",
        "deliverability_score": 100,
        "risk": "low",
        "checks": {
            "syntax": {
                "pass": true
            },
            "domain": {
                "pass": true,
                "value": "example.com"
            },
            "mx": {
                "pass": true,
                "records": [
                    ""
                ]
            },
            "spf": {
                "pass": true,
                "record": "v=spf1 -all"
            },
            "dmarc": {
                "pass": true,
                "record": "v=DMARC1;p=reject;sp=reject;adkim=s;aspf=s"
            },
            "disposable": {
                "pass": true,
                "is_disposable": false
            },
            "role_account": {
                "pass": true
            }
        }
    },
    "meta": {
        "tool": "email-deliverability",
        "version": "1.0",
        "execution_ms": 7,
        "cached": false,
        "suggested_next": {
            "tool": "counterparty-risk",
            "endpoint": "https://agentbit.app/v1/risk/counterparty",
            "price": 0.05,
            "currency": "USDC",
            "description": "Pre-transaction risk screening for a domain, company or email domain: DNS resolution, MX presence, SSL validity/expiry, domain age via RDAP, website reachability. Returns risk score 0–100, risk level, per-check results and evidence. Run it before an agent pays, emails or integrates with an unknown party."
        }
    }
}
ईमेल वितरण क्षमता — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32494/email+deliverability' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"email":"[email protected]"}'

    
अनुरोध
वित्तीय पहचानकर्ता सत्यापन: आईबान सत्यापन (प्रारूप, प्रत्येक देश के लिए लंबाई, मोड-97 चेकसम), ओसीआर त्रुटियों के लिए आईबान मरम्मत सुझाव, ईयू वैट नंबर प्रारूप सत्यापन। निश्चित, तात्कालिक, कोई तीसरे पक्ष की कॉल नहीं - चालान, भुगतान और ऑनबोर्डिंग एजेंटों के लिए
Endpoint ID: 32495
POST https://zylalabs.com/api/13959/agentbit+api/32495/invoice+iban+intelligence
इनपुट पैरामीटर्स

इनवॉइस आईबीएएन इंटेलिजेंस — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "iban": "RO49AAAA1B31007593840000",
        "valid": true,
        "country": "RO",
        "errors": []
    },
    "meta": {
        "tool": "financial-document",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
इनवॉइस आईबीएएन इंटेलिजेंस — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32495/invoice+iban+intelligence' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"operation":"iban_validate","iban":"RO49AAAA1B31007593840000"}'

    
अनुरोध
एक व्यक्ति या कंपनी के नाम को OFAC SDN और UN सुरक्षा परिषद के समेकित प्रतिबंध सूचियों के खिलाफ परखें: समानता स्कोर, मेल खाने वाले कार्यक्रम, इकाई का प्रकार और देश के साथ धुंधली मिलान। सूचियाँ आधिकारिक स्रोतों से दैनिक रूप से अपडेट की जाती हैं; स्क्रीनिंग स्थानीय रूप से चलती है — निर्धारित और तेज। एक मेल के लिए मानव समीक्षा की आवश्यकता होती है; यह कानूनी सलाह नहीं है
Endpoint ID: 32497
POST https://zylalabs.com/api/13959/agentbit+api/32497/sanctions+screening
इनपुट पैरामीटर्स

प्रतिबंध जांच — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "query": "Example Trading LLC",
        "match_count": 1,
        "matches": [
            {
                "name": "DREAM LITE TRADING LLC",
                "score": 0.829,
                "list": "OFAC SDN (US Treasury)",
                "entity_type": null,
                "programs": "RUSSIA-EO14024",
                "country": null,
                "external_id": "45941"
            }
        ],
        "risk": "review",
        "lists_checked": [
            "OFAC SDN (US Treasury)",
            "UN Security Council Consolidated"
        ],
        "dataset_entries": 20900,
        "threshold": 0.8,
        "disclaimer": "Automated name screening against public sanctions lists. Name similarity is not identity: a match requires human review, and a clear result is not legal compliance advice."
    },
    "meta": {
        "tool": "sanctions-screen",
        "version": "1.0",
        "execution_ms": 45,
        "cached": false,
        "suggested_next": {
            "tool": "wallet-screen",
            "endpoint": "https://agentbit.app/v1/compliance/wallet-screen",
            "price": 0.02,
            "currency": "USDC",
            "description": "Screen a wallet address before you transact with it: sanctions check against the OFAC SDN digital-currency address list and UN consolidated list (refreshed daily, matched locally), plus free on-chain signals on Base — contract vs EOA, verification status, activity, balance, malicious public tags. Returns a 0-100 risk score with named flags. Built for x402 agents screening counterparties."
        }
    }
}
प्रतिबंध जांच — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32497/sanctions+screening' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"name":"Example Trading LLC","threshold":0.8}'

    
अनुरोध
कोई भी सूचीबद्ध x402 संसाधन Coinbase Bazaar, Agent402 और Agentic Market में एक कॉल (7000+ उपकरणों) में खोजें: नाम, विवरण, कीमत, विक्रेता, नेटवर्क और वास्तविक उपयोग मेट्रिक्स (कॉल, अद्वितीय खरीदार, निपटान मात्रा), प्रत्येक स्रोत ताजगी डेटा के साथ। एजेंटों के लिए मेटा-उपकरण: पहले किसी भी कार्य के लिए सही भुगतान किए गए उपकरण को खोजें, फिर कॉल करें कीमत: 0.001000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32498
POST https://zylalabs.com/api/13959/agentbit+api/32498/x402+ecosystem+discovery
इनपुट पैरामीटर्स

x402 पारिस्थितिकी तंत्र खोज — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "aggregator": "AgentBIT Discovery",
        "sources": [
            "agent402",
            "agentbit",
            "agentic_market",
            "bazaar",
            "x402_endpoint_unified",
            "x402_list",
            "x402scan"
        ],
        "total": 267,
        "items": [
            {
                "name": "StableEnrich",
                "description": "Pay-per-request access to third party web search and enrichment APIs, including Exa, Firecrawl, Clado, Google Maps, Whitepages, Reddit and PDL, behind a single endpoint with no auth, paid in USDC on Base or Solana.",
                "resource": "https://stableenrich.dev",
                "seller": "stableenrich.dev",
                "source": "x402_list",
                "category": "Data",
                "price": 0.002,
                "currency": "USDC",
                "network": "eip155:8453",
                "metrics": {
                    "calls": 81550,
                    "uniqueBuyers": 332,
                    "volumeUsd": 1968.6216
                },
                "firstSeenAt": "2026-09-07T08:51:03+00:00",
                "lastSeenAt": "2026-09-27T00:02:18+00:00"
            },
            {
                "name": "Web Search & Data API — SERP, page reader & scrapers",
                "description": "Pay-per-call web search and web data for AI agents. Multi-engine SERP (web + news, batch, rank-fused), search-and-read (top hits to markdown in one call), URL-to-markdown scraping, Google Trends (interest over time, related queries/topics, by region), structured data (WHOIS/DNS, enrichment, SEC filings, crypto/DeFi, geocoding, weather) and academic search (papers, references, cited-by, lit-review). 43 endpoints, USDC on Base, no key, no signup.",
                "resource": "https://api.kadec0.xyz",
                "seller": "api.kadec0.xyz",
                "source": "x402_list",
                "category": "Data",
                "price": 0.005,
                "currency": "USDC",
                "network": "eip155:8453",
                "metrics": {
                    "calls": 4289,
                    "uniqueBuyers": 59,
                    "volumeUsd": 145.195
                },
                "firstSeenAt": "2026-09-07T08:51:03+00:00",
                "lastSeenAt": "2026-09-27T00:02:20+00:00"
            },
            {
                "name": "Agent402.tools",
                "description": "Catalog of pay-per-call HTTP tools for AI agents: web search, browser rendering, PDF and OCR, crypto and stock data, SEC EDGAR filings, plus an OpenAI compatible LLM gateway. Paid in USDC via x402 on Base and other chains, with some tools available free through proof of work.",
                "resource": "https://agent402.tools",
                "seller": "agent402.tools",
                "source": "x402_list",
                "category": "AI",
                "price": 0.005,
                "currency": "USDC",
                "network": "eip155:42161",
                "metrics": {
                    "calls": 8706,
                    "uniqueBuyers": 224,
                    "volumeUsd": 142.242541
                },
                "firstSeenAt": "2026-09-07T08:51:04+00:00",
                "lastSeenAt": "2026-09-27T00:02:19+00:00"
            },
            {
                "name": "vaaya",
                "description": "The agent payment system: one MCP server that lets any agent call paid APIs — image/video gen, product demos, web search & scraping, deep/market research, lead enrichment, GTM, sandboxes, browser automation, email — pay-per-call, no API keys.",
                "resource": "https://vaaya.ai",
                "seller": "vaaya.ai",
                "source": "x402_list",
                "category": "AI",
                "price": 0.01,
                "currency": "USDC",
                "network": "eip155:8453",
                "metrics": {
                    "calls": 979,
                    "uniqueBuyers": 84,
                    "volumeUsd": 45.56
                },
                "firstSeenAt": "2026-09-07T08:51:03+00:00",
                "lastSeenAt": "2026-09-26T00:02:15+00:00"
            },
            {
                "name": "Exa",
                "description": "AI-native semantic/neural web search API. Pay-per-query via x402 for agents without API keys.",
                "resource": "https://api.exa.ai",
                "seller": "api.exa.ai",
                "source": "x402_list",
                "category": "AI",
                "price": 0.007,
                "currency": "USDC",
                "network": "eip155:8453",
                "metrics": {
                    "calls": 6531,
                    "uniqueBuyers": 155,
                    "volumeUsd": 43.993
                },
                "firstSeenAt": "2026-09-07T08:51:03+00:00",
                "lastSeenAt": "2026-09-27T00:02:18+00:00"
            }
        ],
        "deepAnalytics": {
            "note": "Paid market analytics (price history, seller reports, market overview) available via x402.",
            "endpoint": "https://agentbit.app/v1/x402/intelligence"
        },
        "freshness": {
            "agentic_market": {
                "resources": 2133,
                "lastScanAt": "2026-09-27T18:02:04+00:00",
                "ageHours": 1.8,
                "fresh": true
            },
            "bazaar": {
                "resources": 8131,
                "lastScanAt": "2026-09-27T18:02:00+00:00",
                "ageHours": 1.8,
                "fresh": true
            },
            "x402_endpoint_unified": {
                "resources": 9500,
                "lastScanAt": "2026-09-27T00:02:34+00:00",
                "ageHours": 19.8,
                "fresh": false
            },
            "x402_list": {
                "resources": 764,
                "lastScanAt": "2026-09-27T00:02:20+00:00",
                "ageHours": 19.8,
                "fresh": false
            }
        },
        "free_tier": "The same search is free over HTTP at https://agentbit.app/api/discover — this paid endpoint exists for x402-native agents and Bazaar discovery."
    },
    "meta": {
        "tool": "discover",
        "version": "1.0",
        "execution_ms": 711,
        "cached": false
    }
}
X402 पारिस्थितिकी तंत्र खोज — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32498/x402+ecosystem+discovery' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"web search","sort":"volume","limit":5}'

    
अनुरोध
एक वॉलेट पते को लेन-देन करने से पहले स्क्रीन करें: OFAC SDN डिजिटल-करेन्सी पते की सूची और UN समेकित सूची के खिलाफ प्रतिबंधों की जांच (दैनिक रूप से ताजा, स्थानीय रूप से मिलाया गया), साथ ही बेस पर मुफ्त ऑन-चेन सिग्नल - अनुबंध बनाम EOA सत्यापन स्थिति गतिविधि बैलेंस दुर्भावनापूर्ण सार्वजनिक टैग्स। एक 0-100 जोखिम स्कोर के साथ नामित झंडे लौटाता है। x402 एजेंटों के लिए विपक्षी पार्टियों को स्क्रीन करने के लिए बनाया गया। कीमत: 0.020000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32499
POST https://zylalabs.com/api/13959/agentbit+api/32499/wallet+screening
इनपुट पैरामीटर्स

वॉलेट स्क्रीनिंग — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
        "address_type": "evm",
        "network": "eip155:8453",
        "sanctioned": false,
        "sanctions_matches": [],
        "on_chain": {
            "is_contract": false,
            "contract_verified": null,
            "eip7702_delegation": "0x5a7fc11397e9a8ad41bf10bf13f22b0a63f96f6d",
            "nonce": 70,
            "transactions_count": null,
            "balance_eth": 3.1288216,
            "seen_on_explorer": null,
            "public_tags": []
        },
        "risk_score": 0,
        "risk": "clear",
        "flags": [],
        "lists_checked": [
            "OFAC SDN digital currency addresses (US Treasury)",
            "UN Security Council Consolidated"
        ],
        "disclaimer": "Automated screening from public sanctions lists and public on-chain data. A clear result is not proof of legitimacy and a flag is not proof of wrongdoing; high-value decisions require human review. Not legal or compliance advice."
    },
    "meta": {
        "tool": "wallet-screen",
        "version": "1.0",
        "execution_ms": 12525,
        "cached": false,
        "suggested_next": {
            "tool": "sanctions-screen",
            "endpoint": "https://agentbit.app/v1/compliance/sanctions",
            "price": 0.02,
            "currency": "USDC",
            "description": "Screen a person or company name against the OFAC SDN and UN Security Council consolidated sanctions lists: fuzzy matching with similarity scores, matched programs, entity type and country. Lists refreshed daily from official sources; screening runs locally — deterministic and fast. A match requires human review; not legal advice."
        }
    }
}
वॉलेट स्क्रीनिंग — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32499/wallet+screening' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"}'

    
अनुरोध
एक ERC-20 टोकन को उसके साथ संपर्क करने से पहले ऑडिट करें: अनुबंध सत्यापन स्थिति, मालिक ने त्याग दिया है या नहीं, अपग्रेडेबल प्रॉक्सी, धारक संख्या और शीर्ष धारक सघनता, दुर्भावनापूर्ण सार्वजनिक टैग, USD मूल्य, साथ ही अनुबंध पते पर एक प्रतिबंध जांच। एक 0-100 जोखिम स्कोर के साथ नामित झंडे लौटाता है। सार्वजनिक डेटा से स्थैतिक + बाजार-संरचना विश्लेषण - शून्य-कुंजी, निश्चित। मूल्य: 0.020000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32500
POST https://zylalabs.com/api/13959/agentbit+api/32500/token+risk+audit
इनपुट पैरामीटर्स

टोकन जोखिम ऑडिट — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
        "network": "eip155:8453",
        "sanctioned": false,
        "token": {
            "name": "USD Coin",
            "symbol": "USDC",
            "decimals": 6,
            "total_supply": "4305925387371201",
            "holders_count": 12909776,
            "price_usd": 0.999851
        },
        "contract": {
            "verified": true,
            "owner_status": "owned",
            "owner": "0x3abd6f64a422225e61e435bae41db12096106df7",
            "proxy_type": "eip1967_oz",
            "public_tags": []
        },
        "holders": {
            "top_holder_percent": null,
            "top10_percent": null,
            "note": "Holder concentration skipped for very large holder sets (not meaningful)."
        },
        "risk_score": 15,
        "risk": "clear",
        "flags": [
            "VERIFIED_CONTRACT",
            "OWNER_NOT_RENOUNCED",
            "UPGRADEABLE_PROXY"
        ],
        "disclaimer": "Automated audit from public on-chain data, contract metadata and public sanctions lists. This is a static and market-structure analysis, NOT a honeypot/trade simulation and not an endorsement; a clear result is not proof of legitimacy. High-value decisions require human review. Not financial, legal or compliance advice."
    },
    "meta": {
        "tool": "token-risk",
        "version": "1.0",
        "execution_ms": 857,
        "cached": false
    }
}
टोकन जोखिम ऑडिट — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32500/token+risk+audit' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}'

    
अनुरोध
एक ही कॉल में OpenAlex, Crossref और arXiv के बीच शैक्षणिक साहित्य की खोज करें: शीर्षक, लेखक, वर्ष, स्थान, DOI, उद्धरण संख्या, सारांश और जहाँ एक मौजूदा है वहाँ एक DIRECT ओपन-एक्सेस PDF लिंक। स्रोतों के बीच डुप्लीकेट नहीं, वर्ष और ओपन-एक्सेस द्वारा फ़िल्टर करने योग्य, प्रति पेपर वैकल्पिक BibTeX। एक अनुरोध तीन APIs को प्रतिस्थापित करता है कीमत: 0.010000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32501
POST https://zylalabs.com/api/13959/agentbit+api/32501/academic+paper+search
इनपुट पैरामीटर्स

शैक्षणिक पत्र खोज — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "query": "attention is all you need transformer",
        "result_count": 5,
        "papers": [
            {
                "title": "Attention Is All You Need",
                "authors": [
                    "Ashish Vaswani",
                    "Noam Shazeer",
                    "Niki Jitendra Parmar",
                    "Jakob Uszkoreit",
                    "Llion Jones",
                    "Aidan N. Gomez",
                    "Łukasz Kaiser",
                    "Illia Polosukhin"
                ],
                "year": 2025,
                "venue": null,
                "doi": "10.65215/2q58a426",
                "citations": 26936,
                "pdf_url": "https://langtaosha.org.cn/index.php/lts/preprint/download/10/108",
                "abstract": "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.",
                "url": "https://doi.org/10.65215/2q58a426",
                "sources": [
                    "openalex"
                ],
                "bibtex": "@article{vaswani2025,\n  title = {Attention Is All You Need},\n  author = {Ashish Vaswani and Noam Shazeer and Niki Jitendra Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Łukasz Kaiser and Illia Polosukhin},\n  year = {2025},\n  doi = {10.65215/2q58a426},\n  url = {https://doi.org/10.65215/2q58a426}\n}"
            },
            {
                "title": "Transformers: State-of-the-Art Natural Language Processing",
                "authors": [
                    "Thomas Wolf",
                    "Lysandre Debut",
                    "Victor Sanh",
                    "Julien Chaumond",
                    "Clément Delangue",
                    "Anthony Moi",
                    "Pierric Cistac",
                    "Tim Rault",
                    "Rémi Louf",
                    "Morgan Funtowicz",
                    "Joe Davison",
                    "Sam Shleifer"
                ],
                "year": 2020,
                "venue": null,
                "doi": "10.18653/v1/2020.emnlp-demos.6",
                "citations": 8384,
                "pdf_url": "https://www.aclweb.org/anthology/2020.emnlp-demos.6.pdf",
                "abstract": "Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi, Pierric Cistac, Tim Rault, Remi Louf, Morgan Funtowicz, Joe Davison, Sam Shleifer, Patrick von Platen, Clara Ma, Yacine Jernite, Julien Plu, Canwen Xu, Teven Le Scao, Sylvain Gugger, Mariama Drame, Quentin Lhoest, Alexander Rush. Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations. 2020.",
                "url": "https://doi.org/10.18653/v1/2020.emnlp-demos.6",
                "sources": [
                    "openalex"
                ],
                "bibtex": "@article{wolf2020,\n  title = {Transformers: State-of-the-Art Natural Language Processing},\n  author = {Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clément Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer},\n  year = {2020},\n  doi = {10.18653/v1/2020.emnlp-demos.6},\n  url = {https://doi.org/10.18653/v1/2020.emnlp-demos.6}\n}"
            },
            {
                "title": "Cross-Attention is All You Need: Adapting Pretrained Transformers for Machine Translation",
                "authors": [
                    "Mozhdeh Gheini",
                    "Xiang Ren",
                    "Jonathan May"
                ],
                "year": 2021,
                "venue": "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
                "doi": "10.18653/v1/2021.emnlp-main.132",
                "citations": 153,
                "pdf_url": "https://aclanthology.org/2021.emnlp-main.132.pdf",
                "abstract": "We study the power of cross-attention in the Transformer architecture within the context of transfer learning for machine translation, and extend the findings of studies into crossattention when training from scratch.We conduct a series of experiments through finetuning a translation model on data where either the source or target language has changed.These experiments reveal that fine-tuning only the cross-attention parameters is nearly as effective as fine-tuning all parameters (i.e., the entire translation model).We provide insights into why this is the case and observe that limiting fine-tuning in this manner yields crosslingually aligned embeddings.The implications of this finding for researchers and practitioners include a mitigation of catastrophic forgetting, the potential for zero-shot translation, and the ability to extend machine translation models to several new language pairs with reduced parameter storage overhead.1 1 Our code is available at https://github.com/ MGheini/xattn-transfer-for-mt.",
                "url": "https://doi.org/10.18653/v1/2021.emnlp-main.132",
                "sources": [
                    "openalex"
                ],
                "bibtex": "@article{gheini2021,\n  title = {Cross-Attention is All You Need: Adapting Pretrained Transformers for Machine Translation},\n  author = {Mozhdeh Gheini and Xiang Ren and Jonathan May},\n  year = {2021},\n  journal = {Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing},\n  doi = {10.18653/v1/2021.emnlp-main.132},\n  url = {https://doi.org/10.18653/v1/2021.emnlp-main.132}\n}"
            },
            {
                "title": "Exploring the Limits of Transfer Learning with a Unified Text-to-Text\\n Transformer",
                "authors": [
                    "Colin Raffel",
                    "Noam Shazeer",
                    "Adam Roberts",
                    "Katherine Lee",
                    "Sharan Narang",
                    "Michael Matena",
                    "Yanqi Zhou",
                    "Wei Li",
                    "Peter J. Liu"
                ],
                "year": 2019,
                "venue": "arXiv (Cornell University)",
                "doi": "10.48550/arxiv.1910.10683",
                "citations": 8346,
                "pdf_url": "https://arxiv.org/pdf/1910.10683",
                "abstract": "Transfer learning, where a model is first pre-trained on a data-rich task\\nbefore being fine-tuned on a downstream task, has emerged as a powerful\\ntechnique in natural language processing (NLP). The effectiveness of transfer\\nlearning has given rise to a diversity of approaches, methodology, and\\npractice. In this paper, we explore the landscape of transfer learning\\ntechniques for NLP by introducing a unified framework that converts all\\ntext-based language problems into a text-to-text format. Our systematic study\\ncompares pre-training objectives, architectures, unlabeled data sets, transfer\\napproaches, and other factors on dozens of language understanding tasks. By\\ncombining the insights from our exploration with scale and our new ``Colossal\\nClean Crawled Corpus'', we achieve state-of-the-art results on many benchmarks\\ncovering summarization, question answering, text classification, and more. To\\nfacilitate future work on transfer learning for NLP, we release our data set,\\npre-trained models, and code.\\n",
                "url": "https://doi.org/10.48550/arxiv.1910.10683",
                "sources": [
                    "openalex"
                ],
                "bibtex": "@article{raffel2019,\n  title = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text\\n Transformer},\n  author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},\n  year = {2019},\n  journal = {arXiv (Cornell University)},\n  doi = {10.48550/arxiv.1910.10683},\n  url = {https://doi.org/10.48550/arxiv.1910.10683}\n}"
            },
            {
                "title": "Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting",
                "authors": [
                    "Haoyi Zhou",
                    "Shanghang Zhang",
                    "Jieqi Peng",
                    "Shuai Zhang",
                    "Jianxin Li",
                    "Hui Yun Xiong",
                    "Wancai Zhang"
                ],
                "year": 2021,
                "venue": "Proceedings of the AAAI Conference on Artificial Intelligence",
                "doi": "10.1609/aaai.v35i12.17325",
                "citations": 7032,
                "pdf_url": "https://doi.org/10.1609/aaai.v35i12.17325"
            }
        ]
    },
    "_note": "Response truncated for documentation purposes"
}
शैक्षणिक पत्र खोज — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32501/academic+paper+search' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"attention is all you need transformer","limit":5,"format":"bibtex"}'

    
अनुरोध
पूर्ण डोमेन इंटेलिजेंस RDAP के माध्यम से (पंजीकरण का आधिकारिक WHOIS उत्तराधिकारी): पंजीकरण और समाप्ति तिथियाँ साथ में गणना की गई आयु पंजीकर्ता EPP स्थिति कोड नाम सर्वर DNSSEC - साथ ही व्युत्पन्न जोखिम ध्वज (नवीनतम पंजीकृत होल्ड स्थिति समाप्ति) और अप्रकाशित डोमेन के लिए साफ उपलब्धता उत्तर। रजिस्ट्र्री डेटा संरचित JSON कोई स्क्रैपिंग नहीं कीमत: 0.020000 USDC प्रति कॉल x402 के जरिए
Endpoint ID: 32502
POST https://zylalabs.com/api/13959/agentbit+api/32502/domain+intelligence
इनपुट पैरामीटर्स

डोमेन इंटेलिजेंस — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "domain": "coinbase.com",
        "registered": true,
        "available": false,
        "created": "2011-07-02T18:23:22Z",
        "age_days": 5566,
        "expires": "2028-07-02T18:23:22Z",
        "days_to_expiry": 643,
        "last_changed": "2026-05-31T11:52:05Z",
        "registrar": "MarkMonitor Inc.",
        "statuses": [
            "client delete prohibited",
            "client transfer prohibited",
            "client update prohibited",
            "server delete prohibited",
            "server transfer prohibited",
            "server update prohibited"
        ],
        "nameservers": [
            "sam.ns.cloudflare.com",
            "sue.ns.cloudflare.com"
        ],
        "dnssec_signed": false,
        "risk_score": 0,
        "risk": "clear",
        "flags": [],
        "source": "RDAP (registry data via rdap.org bootstrap)",
        "disclaimer": "Registry data as published over RDAP; some registries redact fields. Risk signals are heuristics, not a verdict."
    },
    "meta": {
        "tool": "domain-intel",
        "version": "1.0",
        "execution_ms": 268,
        "cached": false
    }
}
डोमेन इंटेलिजेंस — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32502/domain+intelligence' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"domain":"coinbase.com"}'

    
अनुरोध
एक कॉल में DNS-over-HTTPS पर पूर्ण DNS निरीक्षण: A AAAA MX TXT NS CNAME SOA और CAA रिकॉर्ड्स के साथ TTLs - इसके अलावा एक व्युत्पन्न ईमेल स्थिति विश्लेषण (SPF मौजूद और नीति DMARC मौजूद और नीति MX की मात्रा समग्र मूल्यांकन) जो कच्चे लुकअप उपकरण नहीं करते
Endpoint ID: 32503
POST https://zylalabs.com/api/13959/agentbit+api/32503/dns+inspector
इनपुट पैरामीटर्स

डीएनएस निरीक्षक — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "domain": "example.com",
        "records": {
            "A": [
                {
                    "name": "example.com",
                    "ttl": 10,
                    "data": "104.20.23.154"
                },
                {
                    "name": "example.com",
                    "ttl": 10,
                    "data": "172.66.147.243"
                }
            ],
            "MX": [
                {
                    "name": "example.com",
                    "ttl": 300,
                    "data": "0 ."
                }
            ],
            "TXT": [
                {
                    "name": "example.com",
                    "ttl": 300,
                    "data": "\"v=spf1 -all\""
                },
                {
                    "name": "example.com",
                    "ttl": 300,
                    "data": "\"_k2n1y4vw3qtb4skdx9e7dxt97qrmmq9\""
                }
            ]
        },
        "types_queried": [
            "A",
            "MX",
            "TXT"
        ],
        "email_posture": {
            "spf_present": true,
            "spf_policy": "-all",
            "dmarc_present": true,
            "dmarc_policy": "reject",
            "mx_count": 1,
            "assessment": "enforced"
        },
        "resolver": "Cloudflare DNS-over-HTTPS (1.1.1.1)",
        "resolved": true
    },
    "meta": {
        "tool": "dns-inspect",
        "version": "1.0",
        "execution_ms": 69,
        "cached": false
    }
}
डीएनएस निरीक्षक — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32503/dns+inspector' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"domain":"example.com","types":["A","MX","TXT"]}'

    
अनुरोध
अपने एजेंट द्वारा अनुसरण किए जाने से पहले एक URL को स्क्रीन करें फ़िशिंग-पैटर्न ह्यूरिस्टिक्स (आईपी-लिटरल होस्ट्स प्यूनीकोड यूआरएल में क्रेडेंशियल्स शॉर्टनर्स डीप सबडोमेन नेस्टिंग) एक सुरक्षित सर्वर-साइड रीडायरेक्ट ट्रेस के साथ क्रॉस-होस्ट डिटेक्शन और एक वैकल्पिक यूआरएलहाउस मालवेयर-डेटाबेस लुकअप एक 0-100 जोखिम स्कोर के साथ नामित झंडों के साथ लौटाता है ईमानदार दायरा ह्यूरिस्टिक्स + सार्वजनिक खतरे का डेटा नहीं एक सैंडबॉक्स
Endpoint ID: 32504
POST https://zylalabs.com/api/13959/agentbit+api/32504/url+threat+check
इनपुट पैरामीटर्स

यूआरएल खतरा जांच — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://bit.ly/3example",
        "host": "bit.ly",
        "risk_score": 15,
        "risk": "clear",
        "flags": [
            "URL_SHORTENER",
            "REDIRECTS_TO_DIFFERENT_HOST"
        ],
        "redirect_trace": {
            "reachable": true,
            "hops": [
                {
                    "url": "https://bit.ly/3example",
                    "status": 301
                },
                {
                    "url": "http://websitedoctors.blogspot.com/2010/11/best-search-engine-optimization-seo.html",
                    "status": 404
                }
            ],
            "final_url": "http://websitedoctors.blogspot.com/2010/11/best-search-engine-optimization-seo.html",
            "final_status": 404,
            "cross_host_redirect": true
        },
        "urlhaus": {
            "checked": false,
            "note": "Set a free abuse.ch Auth-Key in Settings (integrations.abusech_key) to enable the URLhaus malware-database lookup."
        },
        "disclaimer": "Heuristic and public-threat-data screening, not a sandbox detonation. A clear result is not proof a URL is safe; a flag is a signal, not a verdict."
    },
    "meta": {
        "tool": "url-threat-check",
        "version": "1.0",
        "execution_ms": 1166,
        "cached": false
    }
}
यूआरएल खतरा जांच — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32504/url+threat+check' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://bit.ly/3example"}'

    
अनुरोध
किसी भी एंडपॉइंट के लिए एक-शॉट स्वास्थ्य जांच: HTTP स्थिति और लेटेंसी, TLS प्रमाण पत्र जारी करने वाला और समाप्ति के दिन, प्रतिक्रिया आकार, सुरक्षा-हेडर ऑडिट (HSTS, CSP, X-Content-Type-Options, X-Frame-Options) और नामांकित मुद्दे (SLOW_RESPONSE, CERTIFICATE_EXPIRING, SERVER_ERROR_STATUS) इसे एक शेड्यूल पर कॉल करें और आपके पास एक पैसे के एक अंश के लिए अपटाइम मॉनिटरिंग है
Endpoint ID: 32505
POST https://zylalabs.com/api/13959/agentbit+api/32505/endpoint+monitor
इनपुट पैरामीटर्स

एंडपॉइंट मॉनिटर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://agentbit.app/api/health",
        "up": true,
        "http_status": 404,
        "latency_ms": 23,
        "response_bytes": 61,
        "tls": {
            "issuer": "Let's Encrypt",
            "subject": "webmail.agentbit.app",
            "valid_to": "2026-11-29T19:13:19+00:00",
            "days_to_expiry": 62,
            "sans": [
                "agentbit.app",
                "autoconfig.agentbit.app",
                "autodiscover.agentbit.app",
                "cpanel.agentbit.app",
                "cpcalendars.agentbit.app",
                "cpcontacts.agentbit.app",
                "mail.agentbit.app",
                "webdisk.agentbit.app",
                "webmail.agentbit.app",
                "www.agentbit.app"
            ]
        },
        "headers": {
            "server": "LiteSpeed",
            "content_type": "application/json"
        },
        "security_headers": {
            "hsts": false,
            "csp": false,
            "x_content_type_options": true,
            "x_frame_options": false
        },
        "issues": [],
        "checked_at": "2026-09-27T20:33:19+00:00",
        "note": null
    },
    "meta": {
        "tool": "endpoint-monitor",
        "version": "1.0",
        "execution_ms": 35,
        "cached": false
    }
}
एंडपॉइंट मॉनिटर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32505/endpoint+monitor' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://agentbit.app/api/health"}'

    
अनुरोध
आधिकारिक इंटरनेट रजिस्ट्र्री डेटा (RIPEstat, RIPE NCC सार्वजनिक API) से आईपी पते की जानकारी: ASN और नेटवर्क धारक, घोषित प्रीफिक्स, RIR-रजिस्टर्ड देश, दुरुपयोग संपर्क - साथ ही रिवर्स DNS और निजी/आरक्षित रेंज पहचान। रजिस्ट्र्री की सच्चाई, न कि व्यावसायिक भौगोलिक अनुमान
Endpoint ID: 32506
POST https://zylalabs.com/api/13959/agentbit+api/32506/ip+intelligence
इनपुट पैरामीटर्स

आईपी इंटेलिजेंस — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "ip": "1.1.1.1",
        "public": true,
        "version": 4,
        "asn": 13335,
        "network_holder": null,
        "prefix": "1.1.1.0/24",
        "country": "AU",
        "reverse_dns": "one.one.one.one",
        "abuse_contacts": [
            "[email protected]"
        ],
        "source": "RIPEstat (RIPE NCC public data API) + Cloudflare DoH",
        "note": "Country is the RIR registration location of the address block, not a geolocation of the device."
    },
    "meta": {
        "tool": "ip-intel",
        "version": "1.0",
        "execution_ms": 12266,
        "cached": false
    }
}
आईपी इंटेलिजेंस — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32506/ip+intelligence' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"ip":"1.1.1.1"}'

    
अनुरोध
जीवित ईयू VAT संख्या की पुष्टि VIES के खिलाफ, यूरोपीय आयोग की आधिकारिक सेवा - केवल प्रारूप जांच नहीं: संख्या सदस्य राज्य के वास्तविक रजिस्टर में पुष्टि की जाती है, पंजीकृत व्यापारी का नाम और पते को वापस करती है जहां प्रकाशित किया गया है। सभी 27 सदस्य राज्यों को कवर करता है साथ ही उत्तरी आयरलैंड (XI) को भी। उलट चार्ज के साथ B2B चालान से पहले आवश्यक है
Endpoint ID: 32507
POST https://zylalabs.com/api/13959/agentbit+api/32507/eu+vat+validation
इनपुट पैरामीटर्स

ईयू वेट मान्यता — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "country": "RO",
        "vat_number": "14399840",
        "full_vat_number": "RO14399840",
        "valid": true,
        "trader_name": "DANTE INTERNATIONAL SA",
        "trader_address": "MUNICIPIUL BUCUREŞTI, SECTOR 2 00000 STR. GARA HERĂSTRĂU Nr. 6 Et. 1,2,3,5,8",
        "checked_at": "2026-09-27T20:33:03.157Z",
        "source": "VIES (European Commission, official)",
        "note": "Number is registered for cross-border EU transactions. Some member states do not publish trader name/address."
    },
    "meta": {
        "tool": "vat-check",
        "version": "1.0",
        "execution_ms": 489,
        "cached": false
    }
}
ईयू वेट मान्यता — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32507/eu+vat+validation' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"vat_number":"RO14399840"}'

    
अनुरोध
एक पृष्ठ का मशीन-पठनीय आत्म-विवरण एक कॉल में निकालें: प्रत्येक JSON-LD ब्लॉक (schema.org), OpenGraph और Twitter कार्ड मेटाडेटा, कैनॉनिकल URL, शीर्षक, मेटा विवरण, H1, hreflang वैकल्पिक और RSS/Atom फ़ीड लिंक - साफ JSON में सर्वर-साइड पर पार्स किया गया। जहां पाठ निकालना आपको गद्य देता है, यह आपको संरचित तथ्य देता है
Endpoint ID: 32508
POST https://zylalabs.com/api/13959/agentbit+api/32508/structured+data+extract
इनपुट पैरामीटर्स

संरचित डेटा निकालना — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://agentbit.app/blog",
        "title": "Engineering Blog — AgentBIT — pay-per-call API tools for AI agents",
        "description": "Real-world x402 implementation notes: EIP-712 signing pitfalls, CDP facilitator auth, Bazaar indexing — documented from production, not from the spec.",
        "h1": "Engineering Blog",
        "canonical": null,
        "schema_types": [],
        "json_ld": [],
        "open_graph": null,
        "twitter_card": null,
        "hreflang": null,
        "feeds": null,
        "counts": {
            "json_ld_blocks": 0,
            "og_tags": 0,
            "twitter_tags": 0
        }
    },
    "meta": {
        "tool": "structured-extract",
        "version": "1.0",
        "execution_ms": 28,
        "cached": false
    }
}
संरचित डेटा निकालना — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32508/structured+data+extract' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://agentbit.app/blog"}'

    
अनुरोध
किसी भी RSS या एटम फ़ीड को लाएँ और सामान्यीकृत JSON आइटम प्राप्त करें - शीर्षक, लिंक, ISO-8601 तिथि, प्लेन-टेक्स्ट सारांश, लेखक, श्रेणियाँ। इसे एक सामान्य HTML पृष्ठ पर इंगित करें और यह स्वतः फ़ीड का पता लगा लेगा। RSS 2.0, RSS 1.0/RDF और एटम, गंदे वास्तविक दुनिया के फ़ीड शामिल हैं। स्रोतों को देखने वाले एजेंटों के लिए निगरानी प्राइमिटिव।
Endpoint ID: 32509
POST https://zylalabs.com/api/13959/agentbit+api/32509/feed+reader
इनपुट पैरामीटर्स

फीड रीडर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "feed_url": "https://blog.cloudflare.com/rss/",
        "discovered_from": null,
        "feed_title": "Cloudflare Blog",
        "format": "rss",
        "item_count": 5,
        "items": [
            {
                "title": "Cloudflare’s 2026 Annual Founders’ Letter",
                "link": "https://blog.cloudflare.com/cloudflares-2026-annual-founders-letter/",
                "published": "2026-09-27T17:00:00+00:00",
                "summary": "The Internet is changing more today than at any point since Cloudflare launched back on September 27, 2010. As automated traffic surpasses human activity, we reflect on the rise of AI agents, new creators, and how we can help build a fair, sustainable future for the web.",
                "author": "Matthew Prince",
                "categories": [
                    "AI",
                    "Birthday Week",
                    "Developer Platform",
                    "Founders' Letter",
                    "Internet Trends"
                ]
            },
            {
                "title": "Agents can now set up your website’s security with Turnstile Spin",
                "link": "https://blog.cloudflare.com/turnstile-spin/",
                "published": "2026-09-25T13:00:00+00:00",
                "summary": "Misconfiguring Turnstile by skipping backend validation leaves sites exposed to bots. Turnstile Spin fixes incomplete setups by using your preferred AI coding agent to wire up server-side verification.",
                "author": "Jules Lemee",
                "categories": [
                    "Agents",
                    "AI",
                    "Bot Management",
                    "Security",
                    "Turnstile"
                ]
            },
            {
                "title": "How Cloudflare addressed a cross-tenant data exposure vulnerability in Containers",
                "link": "https://blog.cloudflare.com/containers-cross-tenant-vulnerability/",
                "published": "2026-09-24T15:00:00+00:00",
                "summary": "External security researchers at Accomplish identified a vulnerability in Cloudflare Containers that could expose residual disk data from previous workloads. We explain how the issue worked, how we investigated it, and the steps we took to remediate it.",
                "author": "Rushil Mehra",
                "categories": [
                    "Containers",
                    "Developer Platform",
                    "Developers",
                    "Multi-tenant Security",
                    "Security",
                    "Vulnerabilities"
                ]
            },
            {
                "title": "We just shipped support for the ugliest part of HTTP: Vary",
                "link": "https://blog.cloudflare.com/vary-support/",
                "published": "2026-09-22T14:04:31+00:00",
                "summary": "Vary support is now available in Cache Rules on every plan. You can normalize known negotiation headers, pass exact values through to the origin when those small differences matter, or bypass cache when the variation is too unpredictable.",
                "author": "Alex Krivit",
                "categories": [
                    "Cache",
                    "CDN",
                    "Performance",
                    "Pingora"
                ]
            },
            {
                "title": "Introducing Worker Previews: Isolated preview environments for every change your agent makes",
                "link": "https://blog.cloudflare.com/worker-previews/",
                "published": "2026-09-22T13:00:00+00:00",
                "summary": "Worker Previews gives every branch its own URL, configuration, state, and observability, so you and your agents can test changes in parallel without affecting production.",
                "author": "Yomna Shousha",
                "categories": [
                    "Architecture",
                    "Developers",
                    "Product News",
                    "Serverless",
                    "Workers"
                ]
            }
        ]
    },
    "meta": {
        "tool": "feed-read",
        "version": "1.0",
        "execution_ms": 53,
        "cached": false
    }
}
फीड रीडर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32509/feed+reader' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://blog.cloudflare.com/rss/","limit":5}'

    
अनुरोध
एक कॉल में व्यापक ज्ञान: विकिपीडिया खोज और सर्वोत्तम मिलान का संपूर्ण सारांश - निकासी, संक्षिप्त विवरण, मानक URL, थंबनेल - 300+ भाषा संस्करणों में से किसी में भी। आधिकारिक विकिमीडिया REST APIs, CC BY-SA श्रेय शामिल है। किसी एजेंट के लिए किसी इकाई का आधार स्थापित करने का सबसे सस्ता तरीका पहले इसे तर्क करने से पहले
Endpoint ID: 32510
POST https://zylalabs.com/api/13959/agentbit+api/32510/wikipedia+facts
इनपुट पैरामीटर्स

विकिपीडिया तथ्य — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "query": "EIP-3009",
        "lang": "en",
        "match_count": 0,
        "matches": [],
        "top_summary": null,
        "attribution": "Content from Wikipedia, CC BY-SA 4.0."
    },
    "meta": {
        "tool": "wiki-facts",
        "version": "1.0",
        "execution_ms": 567,
        "cached": false
    }
}
विकिपीडिया तथ्य — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32510/wikipedia+facts' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"EIP-3009","lang":"en"}'

    
अनुरोध
किसी भी x402 एंडपॉइंट या भुगतान हेडर को v2 स्पेक और वास्तविक CDP फासिलिटेटर व्यवहार के खिलाफ जांचें: CAIP-2 नेटवर्क आईडी, परमाणु राशि, EIP-712 डोमेन-नाम ट्रैप ('USD Coin' बेस मेननेट पर बनाम 'USDC' सेपोलिया पर - गलत नाम = हर निपटान विफल), एक्सटेंशन जो कॉइनबेस बाजार ने अनुक्रमण के लिए आवश्यक हैं, समाप्त प्राधिकरण। निष्कर्षों को त्रुटि / चेतावनी / जानकारी के रूप में दिखाएं कि वास्तव में क्या टूटेगा। एक विक्रेता द्वारा बनाया गया जिसने उत्पादन में इनमें से सभी को डिबग किया।
Endpoint ID: 32511
POST https://zylalabs.com/api/13959/agentbit+api/32511/x402+envelope+inspector
इनपुट पैरामीटर्स

x402 लिफाफा निरीक्षक — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "mode": "live-probe",
        "url": "https://agentbit.app/v1/web/search",
        "http_status": 402,
        "verdict": "fail",
        "findings": [
            {
                "level": "info",
                "code": "EIP712_DOMAIN_OK",
                "message": "accepts[0]: extra.name matches USDC on Base mainnet."
            },
            {
                "level": "info",
                "code": "EIP712_DOMAIN_OK",
                "message": "accepts[1]: extra.name matches USDC on Polygon mainnet (native USDC)."
            },
            {
                "level": "error",
                "code": "BAD_ADDRESS",
                "message": "accepts[3]: payTo [566SN4N4q1dAjSXTf6Ru9FGY7iD1Sj6n3QmGCEigBfYd] is not a valid EVM address."
            },
            {
                "level": "error",
                "code": "BAD_ADDRESS",
                "message": "accepts[3]: asset [EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v] is not a valid EVM address."
            },
            {
                "level": "warning",
                "code": "MISSING_EXTRA_NAME",
                "message": "accepts[3]: extra.name is missing — it must equal the token contract's EIP-712 domain name or signatures will not verify."
            },
            {
                "level": "info",
                "code": "MISSING_EXTRA_VERSION",
                "message": "accepts[3]: extra.version is missing (USDC uses \"2\")."
            }
        ],
        "counts": {
            "errors": 2,
            "warnings": 1,
            "infos": 3
        },
        "accepts_count": 5,
        "note": "Linted against the x402 v2 spec and the CDP facilitator + Coinbase Bazaar behavior observed in production."
    },
    "meta": {
        "tool": "x402-inspect",
        "version": "1.0",
        "execution_ms": 34,
        "cached": false
    }
}
X402 लिफाफा निरीक्षक — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32511/x402+envelope+inspector' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://agentbit.app/v1/web/search"}'

    
अनुरोध
एक कॉल में बेस पर पूर्ण वॉलेट प्रोफ़ाइल: स्वदेशी शेष, नॉनस, ईओए बनाम अनुबंध बनाम ईआईपी-7702 प्रतिनिधिमंडित, कुल लेनदेन संख्या, ज्ञात होने पर यूएसडी मानों के साथ ईआरसी-20 धारनाएँ, और सार्वजनिक टैग्स - सार्वजनिक श्रृंखला डेटा से। प्रोफाइलर की कीमत स्वामित्व वाले विकल्पों के आधे में है। वॉलेट-स्क्रीन (जोखिम) और वॉलेट-लेनदेन (इतिहास) के साथ युग्मित।
Endpoint ID: 32512
POST https://zylalabs.com/api/13959/agentbit+api/32512/wallet+profile
इनपुट पैरामीटर्स

बटुआ प्रोफ़ाइल — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "address": "0x4395C7e383b7e05665aad7f36ed77c01923Dd965",
        "network": "eip155:8453",
        "type": "delegated-eoa",
        "eip7702_delegation": "0x7702cb554e6bfb442cb743a7df23154544a7176c",
        "balance_eth": 0,
        "nonce": 1,
        "transactions_count": 0,
        "seen_on_explorer": true,
        "public_tags": [],
        "erc20_holdings": [
            {
                "symbol": "USDC",
                "address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
                "amount": 2.8075,
                "usd_value": 2.81
            }
        ],
        "erc20_holdings_usd_total": 2.81,
        "erc20_holdings_truncated": false,
        "note": "Holdings and counts come from public Base chain data (RPC + Blockscout); USD values only where the explorer knows a price. Not a complete net-worth statement."
    },
    "meta": {
        "tool": "wallet-profile",
        "version": "1.0",
        "execution_ms": 565,
        "cached": false
    }
}
बटुआ प्रोफ़ाइल — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32512/wallet+profile' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0x4395C7e383b7e05665aad7f36ed77c01923Dd965"}'

    
अनुरोध
बेस पर किसी भी वॉलेट के नवीनतम लेनदेन एजेंट्स के लिए सामान्यीकृत: हैश, दिशा (इन/आउट), प्रतिकर्ता पता और एक्सप्लोरर नाम, नेटिव मूल्य, कॉल की गई विधि, स्थिति, शुल्क और टाइमस्टैम्प। सार्वजनिक एक्सप्लोरर डेटा से प्रति कॉल 50 तक। वॉलेट-इंटेलिजेंस शेल्फ की इतिहास परत
Endpoint ID: 32513
POST https://zylalabs.com/api/13959/agentbit+api/32513/wallet+transactions
इनपुट पैरामीटर्स

वॉलेट लेनदेन — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "address": "0x4395c7e383b7e05665aad7f36ed77c01923dd965",
        "network": "eip155:8453",
        "transaction_count": 0,
        "transactions": [],
        "note": "Most recent native transactions from public Base explorer data (newest first). Token-transfer-only activity may not appear here."
    },
    "meta": {
        "tool": "wallet-transactions",
        "version": "1.0",
        "execution_ms": 72,
        "cached": false
    }
}
वॉलेट लेनदेन — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32513/wallet+transactions' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0x4395C7e383b7e05665aad7f36ed77c01923Dd965","limit":10}'

    
अनुरोध
यह वॉलेट किसके साथ लेन-देन करता है हाल की गतिविधियाँ (~100 लेन-देन) क्रमबद्ध प्रतिपक्षी सूची में एकत्रित की गईं पता, ज्ञात होने पर अन्वेषक का नाम, इंटरैक्शन अंदर/बाहर, कुल मूल मूल्य, पहला/अंतिम देखा गया, उपयोग किए गए तरीके संबंधित-वॉलेट्स का उत्तर ओपन डेटा से - हाल की गतिविधि के उदाहरण के रूप में ईमानदार
Endpoint ID: 32514
POST https://zylalabs.com/api/13959/agentbit+api/32514/wallet+counterparties
इनपुट पैरामीटर्स

वॉलेट काउंटरपार्टियाँ — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "address": "0x4395c7e383b7e05665aad7f36ed77c01923dd965",
        "network": "eip155:8453",
        "sampled_transactions": 0,
        "counterparties": [],
        "note": "No recent transactions known to the explorer for this address."
    },
    "meta": {
        "tool": "wallet-counterparties",
        "version": "1.0",
        "execution_ms": 86,
        "cached": false
    }
}
वॉलेट काउंटरपार्टियाँ — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32514/wallet+counterparties' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0x4395C7e383b7e05665aad7f36ed77c01923Dd965","top":5}'

    
अनुरोध
कॉल करने पर किसी भी चेन पर 10 टोकन तक के वर्तमान टोकन मूल्य: पता इस प्रकार: (बेस:0x…, एथेरियम:0x…) या कोइंजेक्को: प्रमुखों के लिए। DefiLlama के ओपन प्राइस इंजन से एकत्रित मार्केट प्राइस जिसमें एक कॉन्फिडेंस स्कोर और टाइमस्टैम्प है। $0.002 - उन एजेंटों के लिए मूल्यांकन किया गया जो हर ट्रेड से पहले जांच करते हैं
Endpoint ID: 32515
POST https://zylalabs.com/api/13959/agentbit+api/32515/token+price
इनपुट पैरामीटर्स

टोकन मूल्य — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "prices": [
            {
                "token": "base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "symbol": "USDC",
                "price_usd": 0.9998518741305181,
                "decimals": 6,
                "confidence": 0.99,
                "as_of": "2026-09-27T20:29:50+00:00"
            },
            {
                "token": "coingecko:ethereum",
                "symbol": "ETH",
                "price_usd": 2688.3295089429,
                "decimals": null,
                "confidence": 0.99,
                "as_of": "2026-09-27T20:29:50+00:00"
            }
        ],
        "found": 2,
        "missing": [],
        "source": "DefiLlama coins API (aggregated market price with confidence score)"
    },
    "meta": {
        "tool": "token-price",
        "version": "1.0",
        "execution_ms": 103,
        "cached": false
    }
}
टोकन मूल्य — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32515/token+price' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"tokens":["base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","coingecko:ethereum"]}'

    
अनुरोध
हर ट्रैक किए गए DeFi यील्ड पूल को खोजें जिसकी TVL $50k से अधिक है: चेन, प्रोजेक्ट, टोकन प्रतीक, केवल स्थिर मुद्रा और न्यूनतम TVL द्वारा फ़िल्टर करें, APY द्वारा रैंक किया गया जिसमें आधार/इनाम विभाजन और IL जोखिम है। DefiLlama डेटा खोलें जो हर 15 मिनट में सर्वर-साइड पर ताज़ा होता है $0.002 प्रति क्वेरी - यील्ड स्क्रीनर एक पे-पर-कॉल प्राइमिटिव के रूप में
Endpoint ID: 32516
POST https://zylalabs.com/api/13959/agentbit+api/32516/defi+yield+search
इनपुट पैरामीटर्स

DeFi उपज खोज — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "filters": {
            "chain": "base",
            "symbol": "USDC",
            "stablecoins_only": true,
            "min_tvl_usd": 100000
        },
        "result_count": 5,
        "pools": [
            {
                "pool_id": "f2b8554c-bf71-4384-a927-1a8bf1398d10",
                "chain": "Base",
                "project": "mortgagefi",
                "symbol": "USDC",
                "tvl_usd": 203633,
                "apy": 97.11,
                "apy_base": null,
                "apy_reward": null,
                "stablecoin": true,
                "il_risk": "no"
            },
            {
                "pool_id": "d64d1a37-08dc-49fe-b679-97b0b29ac5e2",
                "chain": "Base",
                "project": "aerodrome-slipstream",
                "symbol": "XSGD-USDC",
                "tvl_usd": 450817,
                "apy": 68.787,
                "apy_base": 2.298,
                "apy_reward": 66.489,
                "stablecoin": true,
                "il_risk": "no"
            },
            {
                "pool_id": "4f407ce1-6415-4729-9917-5c6057344618",
                "chain": "Base",
                "project": "aerodrome-slipstream",
                "symbol": "VCHF-USDC",
                "tvl_usd": 186291,
                "apy": 61.611,
                "apy_base": 32.073,
                "apy_reward": 29.538,
                "stablecoin": true,
                "il_risk": "no"
            },
            {
                "pool_id": "fbce5857-69c4-4142-938b-62bdc9444967",
                "chain": "Base",
                "project": "aerodrome-slipstream",
                "symbol": "EURC-USDC",
                "tvl_usd": 491513,
                "apy": 52.027,
                "apy_base": 7.752,
                "apy_reward": 44.275,
                "stablecoin": true,
                "il_risk": "yes"
            },
            {
                "pool_id": "217fdd9f-8a4b-4609-9d7e-0f94cfd585bb",
                "chain": "Base",
                "project": "aerodrome-slipstream",
                "symbol": "TGBP-USDC",
                "tvl_usd": 218918,
                "apy": 50.361,
                "apy_base": 0.532,
                "apy_reward": 49.829,
                "stablecoin": true,
                "il_risk": "no"
            }
        ],
        "universe_size": 10777,
        "source": "DefiLlama yields (pools with TVL >= $50k, refreshed server-side every 15 min)",
        "disclaimer": "APY figures are as reported by protocols/DefiLlama and change constantly; high APY usually means high risk. Not financial advice."
    },
    "meta": {
        "tool": "defi-yields",
        "version": "1.0",
        "execution_ms": 298,
        "cached": false
    }
}
DeFi उपज खोज — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32516/defi+yield+search' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"chain":"base","symbol":"USDC","stablecoins_only":true,"limit":5}'

    
अनुरोध
एक कॉल में DeFi प्रोटोकॉल के मूल बातें: वर्तमान TVL, 1-दिन और 7-दिन का परिवर्तन, श्रेणी, चेन और किसी भी प्रोटोकॉल के लिए वेबसाइट - नाम से खोजें, या श्रेणी और चेन द्वारा TVL के आधार पर पूरे ब्रह्मांड को स्क्रीन करें। DefiLlama डेटा खोलें, जो हर 15 मिनट में सर्वर-तरफ से ताज़ा किया जाता है
Endpoint ID: 32517
POST https://zylalabs.com/api/13959/agentbit+api/32517/protocol+tvl++fundamentals
इनपुट पैरामीटर्स

प्रोटोकॉल टीवीएल की मूल बातें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "query": {
            "category": "lending",
            "chain": "base"
        },
        "result_count": 5,
        "protocols": [
            {
                "slug": "aave-v3",
                "name": "Aave V3",
                "category": "Lending",
                "tvl_usd": 18268132010,
                "change_1d_percent": 0.43,
                "change_7d_percent": 1.04,
                "chains": [
                    "Ethereum",
                    "Base",
                    "Arbitrum",
                    "Plasma",
                    "Avalanche",
                    "Monad",
                    "Binance",
                    "Polygon",
                    "X Layer",
                    "xDai",
                    "Optimism",
                    "Mantle",
                    "MegaETH",
                    "Linea",
                    "Sonic"
                ],
                "url": "https://aave.com"
            },
            {
                "slug": "morpho-blue",
                "name": "Morpho Blue",
                "category": "Lending",
                "tvl_usd": 11069224240,
                "change_1d_percent": 0.35,
                "change_7d_percent": 3.2,
                "chains": [
                    "Ethereum",
                    "Base",
                    "Robinhood Chain",
                    "Arc",
                    "Monad",
                    "Hyperliquid L1",
                    "Pharos",
                    "Flare",
                    "World Chain",
                    "Tempo",
                    "Katana",
                    "Stable",
                    "Arbitrum",
                    "Citrea",
                    "Morph"
                ],
                "url": "https://app.morpho.org"
            },
            {
                "slug": "compound-v3",
                "name": "Compound V3",
                "category": "Lending",
                "tvl_usd": 1518135808,
                "change_1d_percent": 0.4,
                "change_7d_percent": 2.67,
                "chains": [
                    "Ethereum",
                    "Arbitrum",
                    "Base",
                    "Optimism",
                    "Polygon",
                    "Mantle",
                    "Unichain",
                    "Linea",
                    "Ronin",
                    "Scroll"
                ],
                "url": "https://www.compound.xyz/"
            },
            {
                "slug": "venus-core-pool",
                "name": "Venus Core Pool",
                "category": "Lending",
                "tvl_usd": 1356541465,
                "change_1d_percent": 0.73,
                "change_7d_percent": 3,
                "chains": [
                    "Binance",
                    "Ethereum",
                    "Arbitrum",
                    "zkSync Era",
                    "Base",
                    "Unichain",
                    "Optimism",
                    "Op_Bnb"
                ],
                "url": "https://app.venus.io/#/core-pool"
            },
            {
                "slug": "fluid-lending",
                "name": "Fluid Lending",
                "category": "Lending",
                "tvl_usd": 734886727,
                "change_1d_percent": 0.05,
                "change_7d_percent": -0.13,
                "chains": [
                    "Ethereum",
                    "Arbitrum",
                    "Plasma",
                    "Base",
                    "Polygon"
                ],
                "url": "https://www.fluid.io/"
            }
        ],
        "universe_size": 3614,
        "source": "DefiLlama protocols API (refreshed server-side every 15 min)"
    },
    "meta": {
        "tool": "protocol-tvl",
        "version": "1.0",
        "execution_ms": 210,
        "cached": false
    }
}
प्रोटोकॉल टीवीएल की मूल बातें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32517/protocol+tvl++fundamentals' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"category":"lending","chain":"base","limit":5}'

    
अनुरोध
स्टेबलकॉइन मार्केट डेटा जिसमें संख्या एजेंट यूएसडीसी में भुगतान करते हैं वास्तव में आवश्यक है: वर्तमान कीमत और प्रति कॉइन PEG विचलन, संचालित आपूर्ति, पेग तंत्र और चेन, मार्केट कैप द्वारा रैंक किया गया। प्रतीक द्वारा फ़िल्टर करें या डिपेग के लिए स्क्रीन करें (थ्रेशोल्ड से ऊपर का निरपेक्ष विचलन)। DefiLlama डेटा खोलें, हर 10 मिनट में ताज़ा किया गया।
Endpoint ID: 32518
POST https://zylalabs.com/api/13959/agentbit+api/32518/stablecoin+stats++peg+monitor
इनपुट पैरामीटर्स

स्टेबलकॉइन आंकड़े पिग मॉनिटर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "result_count": 2,
        "stablecoins": [
            {
                "name": "USD Coin",
                "symbol": "USDC",
                "peg_type": "peggedUSD",
                "peg_mechanism": "fiat-backed",
                "circulating_usd": 75259974660,
                "price": 0.999849,
                "peg_deviation_percent": -0.015,
                "chains": [
                    "Ethereum",
                    "Hyperliquid L1",
                    "Solana",
                    "Base",
                    "Arbitrum",
                    "Polygon",
                    "BSC",
                    "Arc",
                    "Avalanche",
                    "Stellar"
                ]
            },
            {
                "name": "USD CoinVertible",
                "symbol": "USDCV",
                "peg_type": "peggedUSD",
                "peg_mechanism": "fiat-backed",
                "circulating_usd": 12541606,
                "price": 0.999635,
                "peg_deviation_percent": -0.036,
                "chains": [
                    "Ethereum",
                    "Solana"
                ]
            }
        ],
        "universe_size": 189,
        "source": "DefiLlama stablecoins API (refreshed server-side every 10 min)",
        "note": "peg_deviation_percent = (price - 1.00) * 100 for USD-pegged assets; null when no reliable price. Positive = above peg, negative = below. max_peg_deviation_percent filters to coins whose ABSOLUTE deviation is at least that value (depeg screening)."
    },
    "meta": {
        "tool": "stablecoin-stats",
        "version": "1.0",
        "execution_ms": 101,
        "cached": false
    }
}
स्टेबलकॉइन आंकड़े पिग मॉनिटर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32518/stablecoin+stats++peg+monitor' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"symbol":"USDC"}'

    
अनुरोध
दुनिया में किसी भी स्थान के लिए मौसम का पूर्वानुमान: वर्तमान स्थिति के साथ एक संक्षिप्त hourly पूर्वानुमान (तापमान, हवा, आद्रता, वर्षा, स्थिति कोड) और बारिश होने का सारांश। आधिकारिक MET Norway मॉडल डेटा (yr.no के पीछे का संस्थान) - व्यावसायिक उपयोग की अनुमति है, श्रेय शामिल है। $0.002 प्रति कॉल
Endpoint ID: 32519
POST https://zylalabs.com/api/13959/agentbit+api/32519/weather+forecast
इनपुट पैरामीटर्स

मौसम पूर्वानुमान — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "location": {
            "lat": 46.771,
            "lon": 23.624
        },
        "current": {
            "time": "2026-09-27T20:00:00Z",
            "temperature_c": 12.9,
            "wind_speed_ms": 1.2,
            "humidity_percent": 68.6,
            "precipitation_mm_next_1h": 0,
            "conditions": "clearsky_night"
        },
        "summary": {
            "hours": 12,
            "temp_min_c": 9.7,
            "temp_max_c": 17.2,
            "total_precipitation_mm": 0,
            "will_rain": false
        },
        "hourly": [
            {
                "time": "2026-09-27T21:00:00Z",
                "temperature_c": 11.9,
                "wind_speed_ms": 1.3,
                "humidity_percent": 76,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_night"
            },
            {
                "time": "2026-09-27T22:00:00Z",
                "temperature_c": 11.1,
                "wind_speed_ms": 0.8,
                "humidity_percent": 81.1,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_night"
            },
            {
                "time": "2026-09-27T23:00:00Z",
                "temperature_c": 10.9,
                "wind_speed_ms": 0.9,
                "humidity_percent": 81.4,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_night"
            },
            {
                "time": "2026-09-28T00:00:00Z",
                "temperature_c": 10.6,
                "wind_speed_ms": 1.1,
                "humidity_percent": 81.5,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_night"
            },
            {
                "time": "2026-09-28T01:00:00Z",
                "temperature_c": 10.3,
                "wind_speed_ms": 0.8,
                "humidity_percent": 81.1,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_night"
            },
            {
                "time": "2026-09-28T02:00:00Z",
                "temperature_c": 10.1,
                "wind_speed_ms": 1,
                "humidity_percent": 80.7,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_night"
            },
            {
                "time": "2026-09-28T03:00:00Z",
                "temperature_c": 9.9,
                "wind_speed_ms": 1.1,
                "humidity_percent": 80.7,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_night"
            },
            {
                "time": "2026-09-28T04:00:00Z",
                "temperature_c": 9.7,
                "wind_speed_ms": 1,
                "humidity_percent": 80.5,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_day"
            },
            {
                "time": "2026-09-28T05:00:00Z",
                "temperature_c": 10.1,
                "wind_speed_ms": 0.9,
                "humidity_percent": 80.1,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_day"
            },
            {
                "time": "2026-09-28T06:00:00Z",
                "temperature_c": 12.5,
                "wind_speed_ms": 1.3,
                "humidity_percent": 72.4,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_day"
            },
            {
                "time": "2026-09-28T07:00:00Z",
                "temperature_c": 15.2,
                "wind_speed_ms": 1.2,
                "humidity_percent": 61.4,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_day"
            },
            {
                "time": "2026-09-28T08:00:00Z",
                "temperature_c": 17.2,
                "wind_speed_ms": 2.4,
                "humidity_percent": 53.3,
                "precipitation_mm_next_1h": 0,
                "conditions": "clearsky_day"
            }
        ],
        "attribution": "Weather data from MET Norway (api.met.no), licensed NLOD/CC BY 4.0 — attribute when republishing."
    },
    "meta": {
        "tool": "weather",
        "version": "1.0",
        "execution_ms": 466,
        "cached": false
    }
}
मौसम पूर्वानुमान — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32519/weather+forecast' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"lat":46.7712,"lon":23.6236,"hours":12}'

    
अनुरोध
इनपुट स्ट्रिंग का SHA-256 हैश (हेक्स डाइजेस्ट) कैलकुलेट करें स्थिर क्रिप्टोग्राफिक हैशिंग चेकसम्स फिंगरप्रिंट्स और कंटेंट एड्रेसिंग के लिए
Endpoint ID: 32520
POST https://zylalabs.com/api/13959/agentbit+api/32520/sha-256+hash
इनपुट पैरामीटर्स

SHA-256 हैश — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "sha256",
        "result": "e03c51914240aba1419dac36a49c123150f78237c94212c1069634cdf69de715"
    },
    "meta": {
        "tool": "hash-sha256",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
SHA-256 हैश — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32520/sha-256+hash' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit"}'

    
अनुरोध
एक इनपुट स्ट्रिंग का SHA-512 हैश (हैक्स डाइजेस्ट) निकालें चेकसम और फिंगरप्रिंट के लिए पूर्वनिर्धारित क्रिप्टोग्राफ़िक हैशिंग
Endpoint ID: 32521
POST https://zylalabs.com/api/13959/agentbit+api/32521/sha-512+hash
इनपुट पैरामीटर्स

SHA-512 हैश — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "sha512",
        "result": "1d1b5fdefcab8e6114d1b0899c29735e706a8cbcadb9862c6f2bd089e74b5028f0175caf256d7dcef26068cb136513bdf2d006b70734c6a559971965f30baee6"
    },
    "meta": {
        "tool": "hash-sha512",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
SHA-512 हैश — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32521/sha-512+hash' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit"}'

    
अनुरोध
इनपुट स्ट्रिंग के साथ एक गुप्त कुंजी का HMAC हस्ताक्षर (हेक्स) निकालें शा256 शा512 और अन्य एल्गोरिदम का समर्थन करता है वेबहुक साइनिंग और संदेश प्रमाणीकरण के लिए
Endpoint ID: 32522
POST https://zylalabs.com/api/13959/agentbit+api/32522/hmac+signature
इनपुट पैरामीटर्स

HMAC हस्ताक्षर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "hmac",
        "result": "27dae4e84ff7ea1da16a6fe933d1ad76977e2c8864f52cc4e2db8403b177aa65"
    },
    "meta": {
        "tool": "hash-hmac",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
HMAC हस्ताक्षर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32522/hmac+signature' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit","key":"secret","algorithm":"sha256"}'

    
अनुरोध
एक JSON वेब टोकन (JWT) को उसके हेडर और पेलोड क्लेम्स में सिग्नेचर सत्यापन के बिना डिक्रिप्ट करें exp iss sub और कस्टम क्लेम्स का निरीक्षण करें
Endpoint ID: 32523
POST https://zylalabs.com/api/13959/agentbit+api/32523/jwt+decode
इनपुट पैरामीटर्स

JWT डिकोड — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "jwt_decode",
        "result": {
            "header": {
                "alg": "HS256",
                "typ": "JWT"
            },
            "payload": {
                "sub": "1234567890"
            }
        }
    },
    "meta": {
        "tool": "jwt-decode",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
JWT डिकोड — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32523/jwt+decode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.dozjgNryP4J3jVmNHl0w5N_XgL0n3I9PlFUP0THsR8U"}'

    
अनुरोध
इनपुट स्ट्रिंग को बेस64-कोडित करें टेक्स्ट और डेटा के लिए बाइनरी-सुरक्षित परिवहन के लिए मानक कोडिंग
Endpoint ID: 32524
POST https://zylalabs.com/api/13959/agentbit+api/32524/base64+encode
इनपुट पैरामीटर्स

बेस64 एन्कोड करें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "base64_encode",
        "result": "YWdlbnRiaXQ="
    },
    "meta": {
        "tool": "encode-base64",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
बेस64 एन्कोड करें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32524/base64+encode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit"}'

    
अनुरोध
इनपुट स्ट्रिंग को उसके मूल पाठ में वापस बेस64-डिकोड करें। मानक बेस64 का सख्त डिकोडिंग
Endpoint ID: 32525
POST https://zylalabs.com/api/13959/agentbit+api/32525/base64+decode
इनपुट पैरामीटर्स

बेस64 डिकोड करें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "base64_decode",
        "result": "agentbit"
    },
    "meta": {
        "tool": "decode-base64",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
बेस64 डिकोड करें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32525/base64+decode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"YWdlbnRiaXQ="}'

    
अनुरोध
एक यादृच्छिक RFC 4122 संस्करण 4 UUID उत्पन्न करें रिकॉर्डों सहित विशिष्ट पहचानकर्ता अनुरोधों और इडेम्पोटेंसी कुंजी
Endpoint ID: 32526
POST https://zylalabs.com/api/13959/agentbit+api/32526/uuid+generate
इनपुट पैरामीटर्स

UUID जनरेट करें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "uuid",
        "result": "86ef6371-a42c-478a-b7fa-b301ba91af50"
    },
    "meta": {
        "tool": "uuid-generate",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
UUID जनरेट करें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32526/uuid+generate' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"__PHP_Incomplete_Class_Name":"stdClass"}'

    
अनुरोध
इनपुट स्ट्रिंग की जांच करें कि यह सही तरीके से बना हुआ JSON है या नहीं जब यह अमान्य हो तो एक वैध ध्वज और एक पार्सर त्रुटि संदेश लौटाता है
Endpoint ID: 32527
POST https://zylalabs.com/api/13959/agentbit+api/32527/json+validate
इनपुट पैरामीटर्स

JSON सत्यापित करें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "json_validate",
        "result": {
            "valid": true,
            "error": null
        }
    },
    "meta": {
        "tool": "json-validate",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
JSON सत्यापित करें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32527/json+validate' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"{\"agent\":true}"}'

    
अनुरोध
CSV पाठ को (पहली पंक्ति = हेडर) को पंक्ति वस्तुओं के JSON एरे में बदलें स्प्रेडशीट और निर्यातों को संरचित डेटा में पार्स करें
Endpoint ID: 32528
POST https://zylalabs.com/api/13959/agentbit+api/32528/csv+to+json
इनपुट पैरामीटर्स

CSV से JSON — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "csv_to_json",
        "result": [
            {
                "name": "Ada",
                "age": "36"
            }
        ]
    },
    "meta": {
        "tool": "convert-csv-json",
        "version": "1.0",
        "execution_ms": 10,
        "cached": false
    }
}
CSV से JSON — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32528/csv+to+json' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"name,age\nAda,36"}'

    
अनुरोध
एक JSON ऑब्जेक्ट्स के एरे को हेडर पंक्ति के साथ CSV पाठ में बदलें स्प्रेडशीट और निर्यात के लिए संरचित डेटा को फ्लैट करें
Endpoint ID: 32529
POST https://zylalabs.com/api/13959/agentbit+api/32529/json+to+csv
इनपुट पैरामीटर्स

JSON से CSV — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "json_to_csv",
        "result": "name,age\n\"Ada\",\"36\"\n"
    },
    "meta": {
        "tool": "convert-json-csv",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
JSON से CSV — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32529/json+to+csv' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"[{\"name\":\"Ada\",\"age\":36}]"}'

    
अनुरोध
एक XML दस्तावेज़ को समकक्ष JSON वस्तु में परिवर्तित करें XML फ़ीड्स SOAP प्रतिक्रियाएँ और कॉन्फ़िग को JSON में पार्स करें
Endpoint ID: 32530
POST https://zylalabs.com/api/13959/agentbit+api/32530/xml+to+json
इनपुट पैरामीटर्स

XML को JSON — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "xml_to_json",
        "result": {
            "agent": "bit"
        }
    },
    "meta": {
        "tool": "convert-xml-json",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
XML को JSON — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32530/xml+to+json' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"bit"}'

    
अनुरोध
एक URL को उसके घटकों में विभाजित करें: योजना, होस्ट, पोर्ट, पथ, क्वेरी और अंश
Endpoint ID: 32531
POST https://zylalabs.com/api/13959/agentbit+api/32531/url+parse
इनपुट पैरामीटर्स

यूआरएल पार्स — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "url_parse",
        "result": {
            "scheme": "https",
            "host": "agentbit.app",
            "path": "/v1/hash/sha256",
            "query": "x=1",
            "fragment": "top"
        }
    },
    "meta": {
        "tool": "url-parse",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
यूआरएल पार्स — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32531/url+parse' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"https://agentbit.app/v1/hash/sha256?x=1#top"}'

    
अनुरोध
दो अर्थपूर्ण संस्करण स्ट्रिंग्स की तुलना करें कम है तो -1 लौटाएं बराबर है तो 0 लौटाएं या अधिक है तो 1 लौटाएं
Endpoint ID: 32532
POST https://zylalabs.com/api/13959/agentbit+api/32532/semver+compare
इनपुट पैरामीटर्स

सेमवर तुलना — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "semver_compare",
        "result": -1
    },
    "meta": {
        "tool": "semver-compare",
        "version": "1.0",
        "execution_ms": 1,
        "cached": false
    }
}
सेमवर तुलना — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32532/semver+compare' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"a":"1.2.0","b":"1.10.0"}'

    
अनुरोध
सस्ते सामान्य EVM पढ़ता है बेस पर AI एजेंटों के लिए: देशी बैलेंस, नॉनस, अनुबंध कोड, ERC-20 टोकन बैलेंस, eth_call, गैस मूल्य, नवीनतम ब्लॉक, और लेनदेन/रसीद लुकअप। एक कॉल, केवल पढ़ने के लिए
Endpoint ID: 32533
POST https://zylalabs.com/api/13959/agentbit+api/32533/onchain+read+evm++base
इनपुट पैरामीटर्स

ऑनचेन रीड ईवीएम बेस — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "balance_wei": "265243358935212332708314",
        "balance_wei_hex": "0x382adf0d8007dc0471da",
        "balance_eth": 265243.35893521,
        "method": "balance",
        "network": "eip155:8453"
    },
    "meta": {
        "tool": "onchain-read",
        "version": "1.0",
        "execution_ms": 151,
        "cached": false
    }
}
ऑनचेन रीड ईवीएम बेस — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32533/onchain+read+evm++base' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"method":"balance","address":"0x4200000000000000000000000000000000000006"}'

    
अनुरोध
क्रिप्टो मार्केट की भावना एक कॉल में: डर और लालच का संकेतक (0-100 के वर्गीकरण के साथ) और वैश्विक मार्केट आंकड़े - कुल मार्केट कैप 24 घंटे का वॉल्यूम BTC/ETH डोमिनेंस और 24 घंटे का बदलाव मुफ्त सार्वजनिक डेटा
Endpoint ID: 32534
POST https://zylalabs.com/api/13959/agentbit+api/32534/crypto+market+sentiment
इनपुट पैरामीटर्स

क्रिप्टो मार्केट भावना — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "fear_greed": {
            "value": 70,
            "classification": "Greed",
            "updated_at": "2026-09-27T00:00:00+00:00"
        },
        "market": {
            "total_market_cap_usd": 2889684200189,
            "total_volume_24h_usd": 67962801497,
            "btc_dominance": 58.79,
            "eth_dominance": 11.36,
            "active_cryptocurrencies": 21641,
            "market_cap_change_24h_pct": -2.73
        },
        "note": "Crypto Fear & Greed index (alternative.me) with global market stats (CoinGecko, best-effort)."
    },
    "meta": {
        "tool": "market-sentiment",
        "version": "1.0",
        "execution_ms": 518,
        "cached": false
    }
}
क्रिप्टो मार्केट भावना — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32534/crypto+market+sentiment' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"__PHP_Incomplete_Class_Name":"stdClass"}'

    
अनुरोध
पॉलिमार्केट से लाइव प्रीडिक्शन-मार्केट डेटा: उनके परिणामों, वर्तमान कीमतों (संकेतित औंस), तरलता, मात्रा और समाप्ति तिथि के साथ सबसे तरल सक्रिय बाजार। वैकल्पिक रूप से एक प्रश्न द्वारा छानें। सार्वजनिक डेटा
Endpoint ID: 32535
POST https://zylalabs.com/api/13959/agentbit+api/32535/prediction+markets+polymarket
इनपुट पैरामीटर्स

भविष्यवाणी बाजार पॉलिमार्केट — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "markets": [],
        "count": 0,
        "source": "Polymarket (gamma-api)"
    },
    "meta": {
        "tool": "prediction-markets",
        "version": "1.0",
        "execution_ms": 29,
        "cached": false
    }
}
भविष्यवाणी बाजार पॉलिमार्केट — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32535/prediction+markets+polymarket' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"bitcoin","limit":5}'

    
अनुरोध
बेस के लिए मुफ़्त ऑनचेन हार्टबीट: वर्तमान गैस कीमत और EIP-1559 बेस फ़ी (वेई + ग्वेई) के साथ नवीनतम ब्लॉक नंबर और टाइमस्टैंप। एक कॉल, कोई भुगतान नहीं, कोई वॉलेट नहीं। शून्य-घर्षण प्राथमिकता जिसे हर ऑनचेन एजेंट लूप पर चेक करता है
Endpoint ID: 32536
POST https://zylalabs.com/api/13959/agentbit+api/32536/base+gas++block
इनपुट पैरामीटर्स

बेस गैस ब्लॉक — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "network": "eip155:8453",
        "chain": "base",
        "gas_price_wei": "6000000",
        "gas_price_gwei": 0.006,
        "base_fee_wei": "5000000",
        "base_fee_gwei": 0.005,
        "block_number": 51875714,
        "block_timestamp": 1790540775,
        "as_of": "2026-09-27T20:26:16+00:00",
        "note": "Free onchain heartbeat for Base. Need balances, token holdings, eth_call or tx/receipt lookups? See the paid onchain-read tool ($0.001) at /v1/onchain/read."
    },
    "meta": {
        "tool": "onchain-gas",
        "version": "1.0",
        "execution_ms": 155,
        "cached": false
    }
}
बेस गैस ब्लॉक — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32536/base+gas++block' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"__PHP_Incomplete_Class_Name":"stdClass"}'

    
अनुरोध
एक कॉल, पूरी प्री-ट्रेड तस्वीर: क्रिप्टो मार्केट भावना (डर और लालच + वैश्विक आंकड़े), लाइव बेस गैस/ब्लॉक, वैकल्पिक टोकन मूल्य और संबंधित भविष्यवाणी-बाजार की संभावनाएं। ट्रेडिंग एजेंटों के लिए एक समेकित निर्णय स्नैपशॉट
Endpoint ID: 32537
POST https://zylalabs.com/api/13959/agentbit+api/32537/crypto+trader+kit
इनपुट पैरामीटर्स

क्रिप्टो ट्रेडर किट — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "as_of": "2026-09-27T20:25:49+00:00",
        "sentiment": {
            "fear_greed": {
                "value": 70,
                "classification": "Greed",
                "updated_at": "2026-09-27T00:00:00+00:00"
            },
            "market": {
                "total_market_cap_usd": 2889684200189,
                "total_volume_24h_usd": 67962801497,
                "btc_dominance": 58.79,
                "eth_dominance": 11.36,
                "active_cryptocurrencies": 21641,
                "market_cap_change_24h_pct": -2.73
            }
        },
        "onchain": {
            "network": "eip155:8453",
            "gas_price_gwei": 0.006,
            "block_number": 51875701
        },
        "prices": {
            "prices": [
                {
                    "token": "coingecko:bitcoin",
                    "symbol": "BTC",
                    "price_usd": 84620.18162952384,
                    "decimals": null,
                    "confidence": 0.99,
                    "as_of": "2026-09-27T20:23:40+00:00"
                }
            ],
            "found": 1,
            "missing": [],
            "source": "DefiLlama coins API (aggregated market price with confidence score)"
        },
        "predictions": {
            "query": "bitcoin",
            "markets": [],
            "count": 0
        },
        "components": [
            "market-sentiment",
            "onchain-read",
            "token-price",
            "prediction-markets"
        ]
    },
    "meta": {
        "tool": "crypto-trader-kit",
        "version": "1.0",
        "execution_ms": 1335,
        "cached": false
    }
}
क्रिप्टो ट्रेडर किट — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32537/crypto+trader+kit' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"token":"coingecko:bitcoin","topic":"bitcoin"}'

    
अनुरोध
एक कॉल में किसी भी पाठ का विश्लेषण करें: पहचान की गई भाषा (लिपि + आत्मविश्वास), पठनीयता (फ्लेश रीडिंग ईज़ और फ्लेश-किंडैड ग्रेड के साथ पाठ स्तर) और पूर्ण आंकड़े - शब्द/वाक्य/पैराग्राफ की गिनती, पढ़ने का समय, लексिकल विविधता
Endpoint ID: 32538
POST https://zylalabs.com/api/13959/agentbit+api/32538/text+analyze+language++readability
इनपुट पैरामीटर्स

पाठ विश्लेषण भाषा पठनीयता — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "language": {
            "language": "en",
            "confidence": 0.54,
            "script": "Latin"
        },
        "readability": {
            "flesch_reading_ease": 92.2,
            "flesch_kincaid_grade": 3.3,
            "reading_level": "very easy (5th grade)",
            "syllables": 28
        },
        "statistics": {
            "characters": 118,
            "characters_no_spaces": 96,
            "words": 23,
            "sentences": 2,
            "paragraphs": 1,
            "unique_words": 21,
            "lexical_diversity": 0.913,
            "avg_word_length": 4.04,
            "avg_sentence_length_words": 11.5,
            "reading_time_seconds": 7
        }
    },
    "meta": {
        "tool": "text-analyze",
        "version": "1.0",
        "execution_ms": 2,
        "cached": false
    }
}
पाठ विश्लेषण भाषा पठनीयता — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32538/text+analyze+language++readability' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"The quick brown fox jumps over the lazy dog. It was a bright cold day in April, and the clocks were striking thirteen."}'

    
अनुरोध
पाठ से शीर्ष कुंजीशब्द और कुंजी वाक्यांश निकालें (आवृत्ति, स्टॉपवर्ड-फिल्टर किया हुआ) साथ ही पैटर्न द्वारा संरचित संस्थाएं - ईमेल, यूआरएल, @उल्लेख, #हैशटैग, फोन, पैसा, दिनांक और 0x क्रिप्टो पते
Endpoint ID: 32539
POST https://zylalabs.com/api/13959/agentbit+api/32539/text+keywords++entities
इनपुट पैरामीटर्स

पाठ कुंजीशब्द संस्थाएँ — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "keywords": [
            {
                "term": "agentbit",
                "count": 2
            },
            {
                "term": "app",
                "count": 2
            },
            {
                "term": "x402",
                "count": 2
            },
            {
                "term": "contact",
                "count": 1
            },
            {
                "term": "hello",
                "count": 1
            }
        ],
        "phrases": [
            {
                "term": "agentbit app",
                "count": 2
            }
        ],
        "entities": {
            "emails": [
                "[email protected]"
            ],
            "urls": [
                "https://agentbit.app."
            ],
            "hashtags": [
                "#AI",
                "#x402"
            ]
        }
    },
    "meta": {
        "tool": "text-keywords",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
पाठ कुंजीशब्द संस्थाएँ — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32539/text+keywords++entities' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"Contact us at [email protected] or visit https://agentbit.app. The x402 protocol enables pay-per-call agents. #AI #x402","limit":5}'

    
अनुरोध
व्यक्तिगत डेटा (ईमेल, फोन, लुह्न-मान्य कार्ड नंबर, आईपी, क्रिप्टो पते) और असुरक्षित भाषा के लिए टेक्स्ट को स्कैन करें नामित झंडे लौटाते हुए और 0-100 जोखिम स्कोर प्रदान करें ऑफलाइन, बिना कुंजी के - उपयोगकर्ता सामग्री को संग्रहीत करने या एलएलएम-प्रसंस्करण से पहले की सुरक्षा गेट
Endpoint ID: 32540
POST https://zylalabs.com/api/13959/agentbit+api/32540/content+moderation++pii+scan
इनपुट पैरामीटर्स

सामग्री मॉडरेशन पीआईआई स्कैन — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "flagged": true,
        "flags": [
            "pii"
        ],
        "risk_score": 56,
        "pii": {
            "emails": [
                "[email protected]"
            ],
            "phones": [
                "555-123-4567",
                "4111 1111 1111 1111"
            ],
            "credit_cards": [
                "411111******1111"
            ]
        },
        "pii_types": [
            "emails",
            "phones",
            "credit_cards"
        ],
        "profanity_terms": [],
        "note": "Heuristic PII + safety signals (offline, no data leaves AgentBIT). PII values are redacted where sensitive (cards masked)."
    },
    "meta": {
        "tool": "content-moderate",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
सामग्री मॉडरेशन पीआईआई स्कैन — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32540/content+moderation++pii+scan' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"Email me at [email protected] or call 555-123-4567. My card is 4111 1111 1111 1111."}'

    
अनुरोध
Ethereum Keccak-256 हेक्स डाइजेस्ट इनपुट - मूल Keccak (0x01 पैडिंग), NIST SHA3-256 नहीं। EVM चेकसम, इवेंट टॉपिक्स और Solidity keccak256 के लिए उपयोग किया गया
Endpoint ID: 32541
POST https://zylalabs.com/api/13959/agentbit+api/32541/keccak-256+hash
इनपुट पैरामीटर्स

केकक-256 हैश — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "keccak256",
        "result": "1f9e0f0afc2bcdfa3837ca8ce11c89b6268f4750bfc41a02bd13f4b5a3c5c46e"
    },
    "meta": {
        "tool": "hash-keccak256",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
केकक-256 हैश — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32541/keccak-256+hash' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit"}'

    
अनुरोध
EIP-55 मिश्रित केस चेकसम 20-बाइट EVM (Ethereum/Base) हेक्स पते के लिए Keccak-256 के माध्यम से ट्रांसफर से पहले पते को सामान्यीकृत और सत्यापित करें
Endpoint ID: 32542
POST https://zylalabs.com/api/13959/agentbit+api/32542/eip-55+address+checksum
इनपुट पैरामीटर्स

ईआईपी-55 पता चेकसम — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "eip55",
        "result": {
            "address": "0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed",
            "input_was_valid_checksum": false
        }
    },
    "meta": {
        "tool": "address-eip55",
        "version": "1.0",
        "execution_ms": 1,
        "cached": false
    }
}
ईआईपी-55 पता चेकसम — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32542/eip-55+address+checksum' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0x5aaeb6053f3e94c9b9a09f33669435e7ef1beaed"}'

    
अनुरोध
बेस58-कोडित बाइट्स बिटकॉइन/सोलाना वर्णमाला के साथ (कोई 0, O, I, l नहीं) — BTC और सोलाना पते के पीछे का कोडिंग
Endpoint ID: 32543
POST https://zylalabs.com/api/13959/agentbit+api/32543/base58+encode
इनपुट पैरामीटर्स

बेस58 एन्कोड करें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "base58_encode",
        "result": "2NEpo7TZRRrLZSi2U"
    },
    "meta": {
        "tool": "encode-base58",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
बेस58 एन्कोड करें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32543/base58+encode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"Hello World!"}'

    
अनुरोध
Bitcoin/Solana स्ट्रिंग को रॉ बाइट्स में Base58-डिकोड करें जिसे हेक्स और बेस64 के रूप में लौटाया जाता है अमान्य प्रतीकों को अस्वीकार करें
Endpoint ID: 32544
POST https://zylalabs.com/api/13959/agentbit+api/32544/base58+decode
इनपुट पैरामीटर्स

बेस58 डिकोड — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "base58_decode",
        "result": {
            "hex": "48656c6c6f20576f726c6421",
            "base64": "SGVsbG8gV29ybGQh",
            "bytes": 12
        }
    },
    "meta": {
        "tool": "decode-base58",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
बेस58 डिकोड — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32544/base58+decode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"2NEpo7TZRRrLZSi2U"}'

    
अनुरोध
इनपुट स्ट्रिंग का MD5 हैश (हेक्स डाइजेस्ट) निकालें तेज स्वच्छ और पूर्ववर्ती फिंगरप्रिंट (सुरक्षा-संवेदनशील हैशिंग के लिए नहीं)
Endpoint ID: 32545
POST https://zylalabs.com/api/13959/agentbit+api/32545/md5+hash
इनपुट पैरामीटर्स

MD5 हैश — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "md5",
        "result": "0420c21ea30b66f9f1ddb0f2fd3a8eab"
    },
    "meta": {
        "tool": "hash-md5",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
MD5 हैश — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32545/md5+hash' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit"}'

    
अनुरोध
इनपुट स्ट्रिंग का SHA-1 हैश (हेक्स डाइजेस्ट) निकालें निर्णयात्मक फिंगरप्रिंट और गिट-शैली की सामग्री पहचानकर्ता
Endpoint ID: 32546
POST https://zylalabs.com/api/13959/agentbit+api/32546/sha-1+hash
इनपुट पैरामीटर्स

SHA-1 हैश — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "sha1",
        "result": "50b938be716ac46abe9c0a25904adb367abd9237"
    },
    "meta": {
        "tool": "hash-sha1",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
SHA-1 हैश — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32546/sha-1+hash' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit"}'

    
अनुरोध
इनपुट स्ट्रिंग को हेक्स-कोड करें (बाइट्स से लोअरकेस हेक्स) वायर प्रारूपों, हैशेस और कैलldata के लिए बाइनरी-सेफ प्रतिनिधित्व
Endpoint ID: 32547
POST https://zylalabs.com/api/13959/agentbit+api/32547/hex+encode
इनपुट पैरामीटर्स

हेक्स एन्कोड — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "hex_encode",
        "result": "6167656e74626974"
    },
    "meta": {
        "tool": "encode-hex",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
हेक्स एन्कोड — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32547/hex+encode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"agentbit"}'

    
अनुरोध
हैक्स स्ट्रिंग (वैकल्पिक 0x प्रीफिक्स) को वापस बाइट्स में हैक्स-डिकोड करें जिसे UTF-8 (जब प्रिंटेबल हो) और बेस64 के रूप में लौटाया गया है असमान लंबाई या गैर-हैक्स इनपुट को अस्वीकृत करता है
Endpoint ID: 32548
POST https://zylalabs.com/api/13959/agentbit+api/32548/hex+decode
इनपुट पैरामीटर्स

हेक्स डिकोड — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "hex_decode",
        "result": {
            "utf8": "agentbit",
            "base64": "YWdlbnRiaXQ=",
            "bytes": 8
        }
    },
    "meta": {
        "tool": "decode-hex",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
हेक्स डिकोड — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32548/hex+decode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"6167656e74626974"}'

    
अनुरोध
RFC 3986 एक इनपुट स्ट्रिंग को सुरक्षित उपयोग के लिए प्रतिशत-कोडित करें URLs, क्वेरी स्ट्रिंग्स और पथ खंडों में (स्थान %20 बन जाते हैं)
Endpoint ID: 32549
POST https://zylalabs.com/api/13959/agentbit+api/32549/url+encode
इनपुट पैरामीटर्स

URL एनकोड — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "url_encode",
        "result": "a%20b%2Fc%3Fd%3D1"
    },
    "meta": {
        "tool": "encode-url",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
URL एनकोड — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32549/url+encode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"a b/c?d=1"}'

    
अनुरोध
RFC 3986 प्रतिशत-डिकोड एक इनपुट स्ट्रिंग को उसकी मूल पाठ में वापस बदलें (%20 को स्पेस, %2F को /). यूआरएल-एन्कोड का उलटा
Endpoint ID: 32550
POST https://zylalabs.com/api/13959/agentbit+api/32550/url+decode
इनपुट पैरामीटर्स

URL डिकोड करें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "url_decode",
        "result": "a b/c?d=1"
    },
    "meta": {
        "tool": "decode-url",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
URL डिकोड करें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32550/url+decode' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"a%20b%2Fc%3Fd%3D1"}'

    
अनुरोध
एक टाइमस्टैम्प को यूनिक्स सेकंड और आईएसओ-8601 (यूटीसी) के बीच किसी भी दिशा में रूपांतरित करें: {मान, से: यूनिक्स | आईएसओ, तक: यूनिक्स | आईएसओ} समय क्षेत्र-सुरक्षित दिनांक गणना शेड्यूलिंग, लॉग और ऑन-चेन टाइमस्टैम्प के लिए
Endpoint ID: 32551
POST https://zylalabs.com/api/13959/agentbit+api/32551/timestamp+convert
इनपुट पैरामीटर्स

टाइमस्टैम्प परिवर्तित करें — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "timestamp_convert",
        "result": {
            "value": "2026-09-12T00:00:00Z",
            "from": "unix",
            "to": "iso"
        }
    },
    "meta": {
        "tool": "timestamp-convert",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
टाइमस्टैम्प परिवर्तित करें — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32551/timestamp+convert' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"value":"1789171200","from":"unix","to":"iso"}'

    
अनुरोध
किसी भी स्ट्रिंग को URL स्लग में परिवर्तित करें: ASCII, लोअर केसेड, विभाजकों के लिए डैश। स्थायी लिंक, फ़ाइल नामों और स्थिर आईडी के लिए
Endpoint ID: 32552
POST https://zylalabs.com/api/13959/agentbit+api/32552/slugify
इनपुट पैरामीटर्स

स्लगिफाई — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "slugify",
        "result": "hello-world-2026-edition"
    },
    "meta": {
        "tool": "text-slugify",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
स्लगिफाई — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32552/slugify' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"input":"Hello World! 2026 Edition"}'

    
अनुरोध
दो JSON मानों की संरचनात्मक भिन्नता: जोड़े गए, हटाए गए और बदले गए फ़ील्ड्स की डॉटेड-पाथ सूची, साथ में एक समानता ध्वज इनपुट JSON स्ट्रिंग्स या ऑब्जेक्ट्स
Endpoint ID: 32553
POST https://zylalabs.com/api/13959/agentbit+api/32553/json+diff
इनपुट पैरामीटर्स

JSON डिफ्फ — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "operation": "json_diff",
        "result": {
            "added": {
                "city": "London"
            },
            "removed": [],
            "changed": {
                "age": {
                    "from": 36,
                    "to": 37
                }
            },
            "equal": false
        }
    },
    "meta": {
        "tool": "json-diff",
        "version": "1.0",
        "execution_ms": 2,
        "cached": false
    }
}
JSON डिफ्फ — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32553/json+diff' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"a":"{\"name\":\"Ada\",\"age\":36}","b":"{\"name\":\"Ada\",\"age\":37,\"city\":\"London\"}"}'

    
अनुरोध
किसी भी पाठ का निष्कर्षात्मक सारांश जिसे ऑफलाइन गणना की जाती है (कोई LLM नहीं) वाक्यों को शब्द की महत्वपूर्णता के आधार पर रैंक करता है और पढ़ने के क्रम में शीर्ष वाक्यों को लौटाता है आप कितने वाक्य चाहते हैं इसे सेट करें
Endpoint ID: 32554
POST https://zylalabs.com/api/13959/agentbit+api/32554/text+summarize+extractive
इनपुट पैरामीटर्स

पाठ का संक्षेपण चुनने वाला — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "summary": "The x402 protocol lets AI agents pay for API calls with stablecoins. Agents discover tools, pay, and get results in one round trip.",
        "sentences": [
            "The x402 protocol lets AI agents pay for API calls with stablecoins.",
            "Agents discover tools, pay, and get results in one round trip."
        ],
        "sentence_count": 2,
        "original_sentence_count": 5
    },
    "meta": {
        "tool": "text-summarize",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
पाठ का संक्षेपण चुनने वाला — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32554/text+summarize+extractive' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"The x402 protocol lets AI agents pay for API calls with stablecoins. Each request carries a payment header. Sellers price per call. This removes the need for accounts, API keys and monthly subscriptions. Agents discover tools, pay, and get results in one round trip.","sentences":2}'

    
अनुरोध
दो पाठों का ऑफलाइन अंतर (LCS-आधारित): जोड़ी गई और हटी हुई पंक्तियाँ, बदले गए पंक्ति-जोड़े की संख्या, जोड़ी गई/हटी हुई शब्दों की संख्या और 0-1 समानता अनुपात बिना कुंजी के त्वरित $0.002 कीमत: 0.002000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32555
POST https://zylalabs.com/api/13959/agentbit+api/32555/text+diff+line++word
इनपुट पैरामीटर्स

पाठ भिन्न रेखा शब्द — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "added": [
            "line two changed",
            "line four"
        ],
        "removed": [
            "line two"
        ],
        "changed": 1,
        "added_lines": 2,
        "removed_lines": 1,
        "words_added": 3,
        "words_removed": 0,
        "similarity": 0.5
    },
    "meta": {
        "tool": "text-diff",
        "version": "1.0",
        "execution_ms": 2,
        "cached": false
    }
}
पाठ भिन्न रेखा शब्द — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32555/text+diff+line++word' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"a":"line one\nline two\nline three","b":"line one\nline two changed\nline three\nline four"}'

    
अनुरोध
फ्री आधिकारिक यूटीसी घड़ी वर्तमान यूनिक्स सेकंड और मिलीसेकंड आईसो-8601 आरएफसी 2822 दिनांक/समय सप्ताह का दिन वर्ष का दिन और आईसो सप्ताह एक कॉल कोई भुगतान कोई इनपुट एजेंटों के लिए एक उच्च-फ्रीक्वेंसी पोल मैग्नेट कीमत 0.000000 यूएसडीसी प्रति कॉल x402 के माध्यम से
Endpoint ID: 32556
POST https://zylalabs.com/api/13959/agentbit+api/32556/server+time+free
इनपुट पैरामीटर्स

सर्वर का समय मुफ्त — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "unix": 1790539750,
        "unix_ms": 1790539750093,
        "iso8601": "2026-09-27T20:09:10Z",
        "rfc2822": "Sun, 27 Sep 2026 20:09:10 +0000",
        "date": "2026-09-27",
        "time": "20:09:10",
        "timezone": "UTC",
        "day_of_week": "Sunday",
        "day_of_year": 270,
        "week_of_year": 39,
        "note": "Free authoritative UTC clock for agents. Need to convert between unix and ISO-8601, or other transforms? See the paid timestamp-convert primitive ($0.0015) at /v1/time/convert."
    },
    "meta": {
        "tool": "server-time",
        "version": "1.0",
        "execution_ms": 0,
        "cached": false
    }
}
सर्वर का समय मुफ्त — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32556/server+time+free' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"__PHP_Incomplete_Class_Name":"stdClass"}'

    
अनुरोध
एक एएमएल/केवाईसी-शैली का निर्णय एक पक्ष के लिए एक कॉल से: वॉलेट प्रतिबंध + ऑन-चेन जोखिम नाम प्रतिबंध स्क्रीनिंग जीएलईआईएफ कंपनी पहचान और तकनीकी प्रतिपक्षी जोखिम साफ | समीक्षा | अवरोध के साथ विस्तृत निष्कर्ष सूची में मिला हुआ। 0.02 डॉलर। कीमत: 0.020000 यूएसडीसी प्रति कॉल के माध्यम से x402
Endpoint ID: 32557
POST https://zylalabs.com/api/13959/agentbit+api/32557/counterparty+verify+aml
इनपुट पैरामीटर्स

काउंटरपार्टी सत्यापित करें एएमएल — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "verdict": "review",
        "findings": [
            {
                "check": "wallet-screen",
                "subject": "0x28c6c06298d514db089934071355e5743bf21d60",
                "status": "clear",
                "sanctioned": false,
                "risk": "clear",
                "flags": [
                    "LOW_ACTIVITY"
                ]
            },
            {
                "check": "sanctions-screen",
                "subject": "Acme Trading Ltd",
                "status": "review",
                "risk": "review",
                "match_count": 9
            },
            {
                "check": "business-identity",
                "subject": "Acme Trading Ltd",
                "status": "review",
                "found": false,
                "legal_name": null,
                "lei": null
            },
            {
                "check": "counterparty-risk",
                "subject": "0x28c6c06298d514db089934071355e5743bf21d60",
                "subject_type": "wallet",
                "status": "clear",
                "risk_level": "unknown",
                "risk_score": 50
            }
        ],
        "components": [
            "wallet-screen",
            "sanctions-screen",
            "business-identity",
            "counterparty-risk"
        ],
        "as_of": "2026-09-27T20:08:33+00:00",
        "disclaimer": "Automated screening composed from public sanctions lists, GLEIF identity and public on-chain/technical signals. A clear verdict is not proof of legitimacy and a block is not proof of wrongdoing; high-value decisions require human review. Not legal or compliance advice."
    },
    "meta": {
        "tool": "counterparty-verify",
        "version": "1.0",
        "execution_ms": 2193,
        "cached": false
    }
}
काउंटरपार्टी सत्यापित करें एएमएल — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32557/counterparty+verify+aml' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0x28c6c06298d514db089934071355e5743bf21d60","name":"Acme Trading Ltd","company_name":"Acme Trading Ltd"}'

    
अनुरोध
एक कॉल में बेस वॉलेट का पूरा चित्र: प्रोफ़ाइल (बैलेंस, प्रकार, ERC-20 होल्डिंग्स), हाल के लेनदेन, शीर्ष काउंटरपार्टी और प्रतिबंध/जोखिम स्क्रीनिंग - चार एजेंटबिट वॉलेट उपकरणों से एकीकृत। 0.02 डॉलर मूल्य: 0.020000 यूएसडीसी प्रति कॉल x402 के माध्यम से
Endpoint ID: 32558
POST https://zylalabs.com/api/13959/agentbit+api/32558/wallet+dossier
इनपुट पैरामीटर्स

वॉलेट डॉस्सिएर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "address": "0x28c6c06298d514db089934071355e5743bf21d60",
        "network": "eip155:8453",
        "as_of": "2026-09-27T20:07:51+00:00",
        "profile": {
            "address": "0x28c6c06298d514db089934071355e5743bf21d60",
            "network": "eip155:8453",
            "type": "eoa",
            "eip7702_delegation": null,
            "balance_eth": 0.00997665,
            "nonce": 25,
            "transactions_count": 0,
            "seen_on_explorer": true,
            "public_tags": [],
            "erc20_holdings": [
                {
                    "symbol": "EDEL",
                    "address": "0xfb31f85a8367210b2e4ed2360d2da9dc2d2ccc95",
                    "amount": 208923,
                    "usd_value": 5451.35
                },
                {
                    "symbol": "USDC",
                    "address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
                    "amount": 604.382274,
                    "usd_value": 604.29
                },
                {
                    "symbol": "PEN",
                    "address": "0xd7d919ea0c33a97ad6e7bd4f510498e2ec98cb78",
                    "amount": 69420000.00000001,
                    "usd_value": 4.19
                },
                {
                    "symbol": "MR_LIGHTSPEED",
                    "address": "0xf0cb96a4011a0a6f73d100c7080bf8020d10f87a",
                    "amount": 9198.31801823,
                    "usd_value": 2.2
                },
                {
                    "symbol": "SKYA",
                    "address": "0x623cd3a3edf080057892aaf8d773bbb7a5c9b6e9",
                    "amount": 2316.41110108,
                    "usd_value": 0.77
                },
                {
                    "symbol": "ROOST",
                    "address": "0xed899bfdb28c8ad65307fa40f4acab113ae2e14c",
                    "amount": 2577,
                    "usd_value": 0.53
                },
                {
                    "symbol": "XCCX",
                    "address": "0x6f8c1de07c9e59a8289705b1033af383dc3681b1",
                    "amount": 16,
                    "usd_value": 0.43
                },
                {
                    "symbol": "B3",
                    "address": "0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
                    "amount": 341.49591623,
                    "usd_value": 0.29
                },
                {
                    "symbol": "QWLA",
                    "address": "0x55365c9e68e70122020184f4441b498e8bf06ac6",
                    "amount": 2.21,
                    "usd_value": 0.24
                },
                {
                    "symbol": "WORKIE",
                    "address": "0x7480527815ccae421400da01e052b120cc4255e9",
                    "amount": 10472.67245451,
                    "usd_value": 0.18
                },
                {
                    "symbol": "BASED",
                    "address": "0x07d15798a67253d76cea61f0ea6f57aedc59dffb",
                    "amount": 27222,
                    "usd_value": 0.12
                },
                {
                    "symbol": "GRG",
                    "address": "0x09188484e1ab980daef53a9755241d759c5b7d60",
                    "amount": 0.1,
                    "usd_value": 0.05
                },
                {
                    "symbol": "SPEED",
                    "address": "0xb01cf1be9568f09449382a47cd5bf58e2a9d5922",
                    "amount": 1000,
                    "usd_value": 0.02
                },
                {
                    "symbol": "BRETT",
                    "address": "0x532f27101965dd16442e59d40670faf5ebb142e4",
                    "amount": 1,
                    "usd_value": 0.01
                },
                {
                    "symbol": "PEEZY",
                    "address": "0x1b6a569dd61edce3c383f6d565e2f79ec3a12980",
                    "amount": 4.2,
                    "usd_value": 0
                },
                {
                    "symbol": "DOOMER",
                    "address": "0xd3741ac9b3f280b0819191e4b30be4ecd990771e",
                    "amount": 0.96,
                    "usd_value": 0
                },
                {
                    "symbol": "TURBO",
                    "address": "0xba5e66fb16944da22a62ea4fd70ad02008744460",
                    "amount": 169,
                    "usd_value": 0
                },
                {
                    "symbol": "FPEPE",
                    "address": "0x81f91fe59ee415735d59bd5be5cca91a0ea4fa69",
                    "amount": 12,
                    "usd_value": 0
                },
                {
                    "symbol": "NATO",
                    "address": "0xd968196fa6977c4e58f2af5ac01c655ea8332d22",
                    "amount": 2000,
                    "usd_value": 0
                },
                {
                    "symbol": "KEVIN",
                    "address": "0xd461a534af11ef58e9f9add73129a1f45485a8dc",
                    "amount": 12.6207,
                    "usd_value": 0
                },
                {
                    "symbol": "SHIB",
                    "address": "0xfca95aeb5bf44ae355806a5ad14659c940dc6bf7",
                    "amount": 108888,
                    "usd_value": 0
                },
                {
                    "symbol": "MANYU",
                    "address": "0x38da67e7256e2eec878b6d83a6fb6a4564c98e2d",
                    "amount": 10,
                    "usd_value": 0
                },
                {
                    "symbol": "MOLT",
                    "address": "0xb695559b26bb2c9703ef1935c37aeae9526bab07",
                    "amount": 16.48518119,
                    "usd_value": 0
                },
                {
                    "symbol": "MINKY",
                    "address": "0xf9b738c2e7adc4f299c57afd0890b925a5efea6f",
                    "amount": 30,
                    "usd_value": 0
                },
                {
                    "symbol": "BOOMER",
                    "address": "0xcde172dc5ffc46d228838446c57c1227e0b82049",
                    "amount": 0.188,
                    "usd_value": 0
                }
            ],
            "erc20_holdings_usd_total": 6064.67,
            "erc20_holdings_truncated": true,
            "note": "Holdings and counts come from public Base chain data (RPC + Blockscout); USD values only where the explorer knows a price. Not a complete net-worth statement."
        },
        "transactions": {
            "address": "0x28c6c06298d514db089934071355e5743bf21d60",
            "network": "eip155:8453",
            "transaction_count": 25,
            "transactions": [
                {
                    "hash": "0xdad919e895cf6091060417162575503fa3a2a373e5ec2412feaac1d696937915",
                    "direction": "in",
                    "counterparty": "0x65193bb7fa80092f2d6be0db1703a3c35c5adbbb",
                    "counterparty_name": null,
                    "value_eth": 0,
                    "method": null,
                    "status": "ok",
                    "fee_eth": 1.4e-7,
                    "timestamp": "2026-08-14T02:15:53.000000Z"
                },
                {
                    "hash": "0xde93c6aa1b49aeced999657cf38b0c2d54bbde498aee7f430050a3a93f7580f1",
                    "direction": "in",
                    "counterparty": "0xe673621b36984cb1f74a876b4ba26c4f6ca4e25f",
                    "counterparty_name": null,
                    "value_eth": 0,
                    "method": null,
                    "status": "ok",
                    "fee_eth": 1.2e-6,
                    "timestamp": "2026-04-16T02:48:25.000000Z"
                },
                {
                    "hash": "0x6de87534f2650449ba22e5612b520faae06ae3b8c3c962628aa79ae14b558587",
                    "direction": "in",
                    "counterparty": "0xe673621b36984cb1f74a876b4ba26c4f6ca4e25f",
                    "counterparty_name": null,
                    "value_eth": 0,
                    "method": null,
                    "status": "ok",
                    "fee_eth": 1.9e-7,
                    "timestamp": "2026-04-16T02:46:29.000000Z"
                },
                {
                    "hash": "0x6caa9c03c9d91d4e797ee9b9ac7e36401e532568ce3654b12567046e4393e12a",
                    "direction": "in",
                    "counterparty": "0xe673621b36984cb1f74a876b4ba26c4f6ca4e25f",
                    "counterparty_name": null,
                    "value_eth": 0,
                    "method": null,
                    "status": "ok",
                    "fee_eth": 1.2e-6,
                    "timestamp": "2026-04-16T02:37:53.000000Z"
                },
                {
                    "hash": "0xeacbccd96880e31287d2992fb463169d6803dedefea00981a3738947e598a3e5",
                    "direction": "in",
                    "counterparty": "0xe673621b36984cb1f74a876b4ba26c4f6ca4e25f",
                    "counterparty_name": null,
                    "value_eth": 1.0e-6,
                    "method": null,
                    "status": "ok",
                    "fee_eth": 2.3e-7,
                    "timestamp": "2026-04-16T02:34:31.000000Z"
                },
                {
                    "hash": "0xa7b07956c4cd58419aa0ed7fc02d068abc5505dbbe1d83a10565786c825ccdfb"
                }
            ]
        }
    },
    "_note": "Response truncated for documentation purposes"
}
वॉलेट डॉस्सिएर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32558/wallet+dossier' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"address":"0x28c6c06298d514db089934071355e5743bf21d60","limit":25}'

    
अनुरोध
एक कॉल में एक डोमेन की जांच के लिए सब कुछ: DNS रिकॉर्ड + ईमेल स्थिति RDAP पंजीकरण/आयु/पंजीकर्ता IP नेटवर्क/ASN/भूगोल (समाधान किए गए A रिकॉर्ड से) और साइट पर सार्वजनिक खतरा खुफिया चार एजेंटBIT उपकरण मिलाए गए $0.015 कीमत: 0.015000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32559
POST https://zylalabs.com/api/13959/agentbit+api/32559/domain+dossier
इनपुट पैरामीटर्स

डोमेन डोजियर — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "domain": "stripe.com",
        "as_of": "2026-09-27T20:07:24+00:00",
        "dns": {
            "domain": "stripe.com",
            "records": {
                "A": [
                    {
                        "name": "stripe.com",
                        "ttl": 30,
                        "data": "198.137.150.231"
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 30,
                        "data": "198.202.176.231"
                    }
                ],
                "MX": [
                    {
                        "name": "stripe.com",
                        "ttl": 86400,
                        "data": "10 aspmx.l.google.com."
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 86400,
                        "data": "20 alt1.aspmx.l.google.com."
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 86400,
                        "data": "20 alt2.aspmx.l.google.com."
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 86400,
                        "data": "30 aspmx2.googlemail.com."
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 86400,
                        "data": "30 aspmx3.googlemail.com."
                    }
                ],
                "TXT": [
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"00D50000000JV6w=1TBTQ0000000CIv;00DDn000000HWol=1TBVY00000002Hx;00D4x000003vxGL=1TBPQ00000008Tp;00Dfn00000BUlWD=1TBan0000000LPR\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"MS=ms80697640\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"VISA=38A3D7A1AA5D71E43525144DD886F6B8\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"_2m7hdcar6jar33f5vyr8h0xaru6rvrn\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"_c2ygqoyhcuwjjnqk7h1mcm0x144rm1z\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"anthropic-domain-verification-zk7x9c=QfN52ECybLPUWh51R9pKF0QO3\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"apple-domain-verification=8kIS0gmJTvILWQuI\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"asv=8de0c1a866b958297e22a36216e594a6\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"atlassian-domain-verification=upLp21qQgja1aHG2gnAb1AmXRqb/zG0UK1a0n3zTSXZg5DgOSttR3i5uzA3T9Cdk\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"canva-site-verification=xLypn0D9XANRy-lbwcMfHA\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"cursor-domain-verification-vncvvm=D0NzeIDbQa8PPgIf1ukp9UPiu\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"docker-verification=ccde1a0d-8d2c-44b5-9d20-6c4e19113fc9\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"docusign=4a93db58-af07-4632-a881-b569d41a6c57\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"docusign=4c9f5602-1c19-4e4c-bde7-77dc4b9ea8a0\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"edcbf4c7-b604-457b-870e-1b05f655e769\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"elevenlabs=NpcIkVJW_8Vyd2gLKzPviuaU1g5rz83KiWQQ3sWKGtI\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"facebook-domain-verification=m7id9rt8ehlgcg9tt2yggbsi6gro7i\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"fastly-domain-delegation-3c9tdnjzdwy7wfffvyyy-786084-2024-07-08\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"google-site-verification=NLkFgZLHeVMVYlR3t1UZC9_1LzmqCAefJyNDs6ZQqBA\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"google-site-verification=PrlpJHdk11CIkPsiXoHEAJevWHAk39JRFAqVSe9l7n0\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"google-site-verification=ZgGi2-xDdfnaWxdfjn5AqtUS11jKWqSXAV_EHODFzdE\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"google-site-verification=hPfjsDwiisKJ4RP1ExOst9gAOD_0P8Q7-kxdcKUvEcc\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"google-site-verification=pmz8ueKvWMPxNlwUDcVroF91-tq6I9VM6wSO_0i7-wc\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"google-site-verification=qjP3OAiraClha_40cX9Z9FrG5q3O_0InXSamXOswY-s\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"h1-domain-verification=KhpNX9YNAc7bX95agGvFsPPKbYTVe1KC6xj7P1zKZrRzxcuS\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"linear-domain-verification=prudk75mtrrj\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"liveramp-site-verification=7gyFkTwGYsvgd7IUQwyAOfImETwR06wgKjKiXq90KEY\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"neat-pulse-domain-verification-8GMn8nv=36eba03d-345e-421a-a823-d6d1f28938a4\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"openai-domain-verification=dv-9tiBE20GDN0Td9lCfVtA3DwG\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"postman-domain-verification=c3b168067b16085c452b04b643ae1000079b095e383b53d1074e409b0e600b6265e1c7963beca1ca87cc63c381dcea332544c92c919651e4cda69f9a6303079c\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"stripe-verification=82ce82470fb8324e19fa65abdb6fd370da5a8f90bba09712f259760f625d0790\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"v=MCPv1; k=ed25519; p=WMeka0C1fIH9HQLMtsSM9DD9cM6Bz6Wz34mHnK86UcM=\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"v=spf1 ip4:198.2.180.60/32 ip4:13.111.2.227/32 include:spf1.stripe.com include:greenhouse-outbound-mail.stripe.com include:_spf.qualtrics.com ~all\""
                    },
                    {
                        "name": "stripe.com",
                        "ttl": 300,
                        "data": "\"vercel-domain-verification-0x8270=XezzJjJYrYZwY6CahDneh2ruB\""
                    },
                    {
                        "name": "stripe.com"
                    }
                ]
            }
        }
    },
    "_note": "Response truncated for documentation purposes"
}
डोमेन डोजियर — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32559/domain+dossier' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"domain":"stripe.com"}'

    
अनुरोध
LLM गुणवत्ता का सारांश लंबे पाठ का पैराग्राफ में बुलेट्स या एक पंक्ति के रूप में अर्थ (नैन्स, टोन) के लिए पढ़ता है - मुक्त निष्कर्षात्मक सारांशक के विपरीत कीमत: 0.008000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32568
POST https://zylalabs.com/api/13959/agentbit+api/32568/ai+summarize+llm
इनपुट पैरामीटर्स

एआई संक्षेपण LLM — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "summary": "- The article discusses various agent payment rails used in financial transactions.  \n- It highlights the importance of efficient payment systems for agents.  \n- Different types of payment methods and their advantages are explored.  \n- The impact of technology on payment processes is examined.  \n- Challenges faced by agents in payment transactions are addressed.  \n- Future trends in agent payment systems are also considered.",
        "style": "bullets"
    },
    "meta": {
        "tool": "ai-summarize",
        "version": "1.0",
        "execution_ms": 1920,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 80,
            "output_tokens": 75
        },
        "finish_reason": "stop"
    }
}
एआई संक्षेपण LLM — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32568/ai+summarize+llm' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"","style":"bullets","max_words":80}'

    
अनुरोध
एक यूआरएल लाएँ और एक संरचित एलएलएम संक्षिप्त विवरण लौटाएँ: संक्षेप, मुख्य बिंदु, संस्थाएँ, विषय, भावना, महत्वपूर्ण तथ्य - एक कॉल के बजाय लाना + कारण कीमत: 0.020000 यूएसडीसी प्रति कॉल x402 के माध्यम से
Endpoint ID: 32569
POST https://zylalabs.com/api/13959/agentbit+api/32569/web+brief+page+intelligence
इनपुट पैरामीटर्स

वेब ब्रीफ पृष्ठ बुद्धिमत्ता — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "url": "https://example.com",
        "title": "Example Domain",
        "summary": "The Example Domain is intended for use in documentation examples and should not be used for operational purposes.",
        "key_points": [
            "This domain is for use in documentation examples.",
            "No permission is needed to use this domain.",
            "Avoid using this domain in operations."
        ],
        "entities": {
            "people": [],
            "organizations": [],
            "products": []
        },
        "topics": [],
        "sentiment": "neutral",
        "content_type": "informational",
        "notable_facts": []
    },
    "meta": {
        "tool": "web-brief",
        "version": "1.0",
        "execution_ms": 2209,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 128,
            "output_tokens": 117
        },
        "finish_reason": "stop"
    }
}
वेब ब्रीफ पृष्ठ बुद्धिमत्ता — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32569/web+brief+page+intelligence' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"url":"https://example.com"}'

    
अनुरोध
एक कॉल कार्यकारी सारांश एक कंपनी पर: समेकन समृद्धि + समाचार + वेबसाइट + जोखिम फिर एक LLM इसे अवलोकन उत्पादों विकास जोखिम अवसरों में संक्षिप्त करता है मूल्य: 0.060000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32571
POST https://zylalabs.com/api/13959/agentbit+api/32571/company+brief+executive+intelligence
इनपुट पैरामीटर्स

कंपनी संक्षिप्त कार्यकारी बुद्धिमत्ता — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "subject": {
            "domain": "stripe.com",
            "company_name": null
        },
        "brief": {
            "overview": "Stripe is a financial services platform that helps all types of businesses accept payments, build flexible billing models, and manage money movement.",
            "what_they_do": "Stripe provides financial infrastructure to enable businesses to grow their revenue through payment processing and money management solutions.",
            "products_services": [
                "Payment processing",
                "Billing models",
                "Money movement management"
            ],
            "size_signals": "unknown",
            "recent_developments": [
                "Stripe helps Muse, Meta’s new personal AI agent, shop across the internet with Link.",
                "New currency capabilities for global businesses to cut FX costs."
            ],
            "risk_summary": "The company has a low risk level with a risk score of 0.",
            "opportunities": [
                "Expansion of payment processing capabilities.",
                "Enhancement of billing solutions for diverse business models."
            ]
        },
        "sources": [
            "https://stripe.com/newsroom",
            "https://stripe.com/newsroom/news/stripe-helps-meta-muse-shop-with-link",
            "https://stripe.com/blog",
            "https://stripe.com/annual-updates/2025",
            "https://stripe.com/blog/reduce-fx-costs-with-stripe"
        ]
    },
    "meta": {
        "tool": "company-brief",
        "version": "1.0",
        "execution_ms": 8250,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 576,
            "output_tokens": 184
        },
        "finish_reason": "stop"
    }
}
कंपनी संक्षिप्त कार्यकारी बुद्धिमत्ता — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32571/company+brief+executive+intelligence' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"domain":"stripe.com"}'

    
अनुरोध
अपने लेबल के साथ विश्वास के साथ और प्रति-लेबल स्कोर के साथ पाठ को वर्गीकृत करें एकल या कई लेबल सस्ते और उच्च मात्रा के लिए रूटिंग टैगिंग मॉडरेशनtriage इरादा कीमत 0.005000 USDC प्रति कॉल x402 के माध्यम से
Endpoint ID: 32573
POST https://zylalabs.com/api/13959/agentbit+api/32573/ai+classify+zero-shot
इनपुट पैरामीटर्स

एआई वर्गीकृत जीरो-शॉट — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "scores": {
            "billing": 0.9,
            "bug": 0.1,
            "feature_request": 0,
            "praise": 0
        },
        "confidence": "high",
        "label": "billing"
    },
    "meta": {
        "tool": "ai-classify",
        "version": "1.0",
        "execution_ms": 2432,
        "cached": false,
        "model": "gpt-4o-mini-2024-07-18",
        "usage": {
            "input_tokens": 109,
            "output_tokens": 61
        },
        "finish_reason": "stop"
    }
}
एआई वर्गीकृत जीरो-शॉट — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32573/ai+classify+zero-shot' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"text":"My payment failed and I was charged twice.","labels":["billing","bug","feature_request","praise"]}'

    
अनुरोध
सार्वजनिक सामाजिक प्रोफ़ाइल खोज: प्रदर्शन नाम, जैव, अनुयायी, फॉलोइंग, पोस्ट, सत्यापित और व्यवसाय संकेत, श्रेणी, बाहरी लिंक इंस्टाग्राम द्वारा समर्थित कीमत: 0.030000 यूएसडीसी प्रति कॉल x402 के माध्यम से
Endpoint ID: 32578
POST https://zylalabs.com/api/13959/agentbit+api/32578/social+profile+instagram
इनपुट पैरामीटर्स

सामाजिक प्रोफ़ाइल इंस्टाग्राम — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "platform": "instagram",
        "username": "nasa",
        "full_name": "NASA",
        "biography": "Making the seemingly impossible, possible. ✨",
        "followers": 104337815,
        "following": 89,
        "posts": 4934,
        "verified": true,
        "is_business": true,
        "category": "Government Agencies",
        "private": false,
        "external_url": "https://www.nasa.gov/",
        "profile_pic_url": "https://instagram.fsvq8-1.fna.fbcdn.net/v/t51.2885-19/29090066_159271188110124_1152068159029641216_n.jpg?stp=dst-jpg_s320x320_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fsvq8-1.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gGNhNzQDA_yO2LdpFC-4Yr6vdj-BwQK8qOhPSQcOKeKYdhcQuzjTI3Z9n40e6mDZno&_nc_ohc=WZUdHO_sQfkQ7kNvwF2HD0l&_nc_gid=piy4A70EKTOP6Jvo4-8M9Q&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AQLC1UTBF_w0sGVQpDHkM7k4hCthRrTyl48DAAT2rCqeIw&oe=6ABF6469&_nc_sid=8b3546",
        "url": "https://www.instagram.com/nasa"
    },
    "meta": {
        "tool": "social-profile",
        "version": "1.0",
        "execution_ms": 29283,
        "cached": false,
        "provider": "apify"
    }
}
सामाजिक प्रोफ़ाइल इंस्टाग्राम — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32578/social+profile+instagram' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"username":"nasa"}'

    
अनुरोध
हाल की गूगल मैप्स समीक्षाएँ एक जगह के लिए: लेखक, पाठ, रेटिंग, तारीख, मालिक की प्रतिक्रिया, साथ ही उस जगह का सारांश दें एक जगह_id या एक क्वेरी कीमत: 0.040000 यूएसडीसी प्रति कॉल x402 के माध्यम से
Endpoint ID: 32579
POST https://zylalabs.com/api/13959/agentbit+api/32579/maps+reviews+google
इनपुट पैरामीटर्स

मैप्स समीक्षाएँ गूगल — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
रिक्वेस्ट बॉडी आवश्यक Json

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

API उदाहरण प्रतिक्रिया
JSON
{
    "success": true,
    "data": {
        "place": {
            "title": "Blue Bottle Coffee",
            "address": "115 Sansome St, San Francisco, CA 94104",
            "total_score": 4.4,
            "reviews_count": 1295,
            "place_id": "ChIJ3UFdD2KAhYARYOHf4j7DshM"
        },
        "count": 2,
        "reviews": [
            {
                "author": "Adi Omari",
                "text": "Good coffie and toasts, excellent service.",
                "stars": 5,
                "published_at": "2026-09-14T16:17:16.276Z",
                "likes": 0,
                "owner_response": null,
                "review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sCi9DQUlRQUNvZENodHljRjlvT25CVGJWZGlUamxPTld4SVYyMWFhVVpwWVUwMWFHYxAB!2m1!1s0x0:0x13b2c33ee2dfe160!3m1!1s2@1:CAIQACodChtycF9oOnBTbVdiTjlONWxIV21aaUZpYU01aGc%7C%7C?hl=en"
            },
            {
                "author": "George Ross",
                "text": "Pretty over the corporate version of this place. They don’t even tell you anything about the very expensive coffee they are serving - just basic listings like “drip coffee” and “pour over,” yet last time after asking if I wanted light or dark roast (à la Starbucks) my light roast was even more expensive than the menu listing - so I ended up at a cool $8 before tip for a coffee I knew nothing more about beyond it would be light - which meant an up-charge. At this high price point, there are far better options these days… this should be a “need coffee now” option only.",
                "stars": 3,
                "published_at": "2026-09-02T18:11:28.896Z",
                "likes": 0,
                "owner_response": null,
                "review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sCi9DQUlRQUNvZENodHljRjlvT25kWFRXOW9hbGxLU0ZwaGNEZEZjR1IzZVhkaVdXYxAB!2m1!1s0x0:0x13b2c33ee2dfe160!3m1!1s2@1:CAIQACodChtycF9oOndXTW9oallKSFphcDdFcGR3eXdiWWc%7C%7C?hl=en"
            }
        ]
    },
    "meta": {
        "tool": "maps-reviews",
        "version": "1.0",
        "execution_ms": 12274,
        "cached": true,
        "provider": "apify"
    }
}
मैप्स समीक्षाएँ गूगल — कोड स्निपेट्स

curl --location --request POST 'https://zylalabs.com/api/13959/agentbit+api/32579/maps+reviews+google' --header 'Authorization: Bearer YOUR_API_KEY' 

--data-raw '{"query":"Blue Bottle Coffee","location":"San Francisco","max_reviews":3}'

    

API एक्सेस कुंजी और प्रमाणीकरण

साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए एजेंटबिट API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।

हेडर्स
हेडर विवरण
Authorization आवश्यक होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।

कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।

(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)

🚀 एंटरप्राइज़ प्लान

शुरू होता है
$ 10,000/वर्ष


  • कस्टम वॉल्यूम
  • कस्टम रेट लिमिट
  • विशेष ग्राहक सहायता
  • रीयल-टाइम API मॉनिटरिंग

अवलोकन

स्वायत्त एपीआई और एआई एजेंट उपकरण प्रति कॉल x402 भुगतान प्रोटोकॉल के माध्यम से मुद्रीकृत

एजेंटबिट API FAQs

प्रत्येक एंडपॉइंट अपने कार्य से संबंधित संरचित डेटा लौटाता है उदाहरण के लिए वेब सर्च एंडपॉइंट शीर्षकों URLs स्निप्पेट्स और स्रोतों के साथ रैंक की गई परिणाम प्रदान करता है जबकि कंपनी एन्हांसमेंट एंडपॉइंट कंपनी के विवरण लौटाता है जैसे मानक नाम वेबसाइट और पता की गई तकनीकें

कुंजी क्षेत्र विभिन्न अंत बिंदुओं पर भिन्न होते हैं उदाहरण के लिए वेब सर्च अंत बिंदु में "शीर्षक" "यूआरएल" "स्निपेट" और "स्रोत" शामिल होते हैं जबकि कंपनी रिसर्च डॉसियर में "वेब-सिग्नल संवर्धन" "हालिया समाचार" और "तकनीकी जोखिम संकेतक" शामिल होते हैं

प्रतिक्रिया डेटा JSON प्रारूप में संगठित होता है जिसमें सामान्यतः "सफलता" झंडी "डेटा" ऑब्जेक्ट जिसमें प्रासंगिक जानकारी होती है और "मेटा" ऑब्जेक्ट जिसमें निष्पादन समय और उपकरण संस्करण का विवरण होता है यह संरचना आसान पार्सिंग और एकीकरण की अनुमति देती है

सूचना अंतिम बिंदु के अनुसार भिन्न होती है उदाहरण के लिए FX एग्रीगेटर लाइव विदेशी मुद्रा दरें प्रदान करता है जबकि अकादमिक पेपर सर्च साहित्य विवरण जैसे शीर्षक लेखक और DOI लौटाता है प्रत्येक अंतिम बिंदु विशेष डेटा आवश्यकताओं को पूरा करता है

पैरामीटर एंडपॉइंट के अनुसार भिन्न होते हैं उदाहरण के लिए Reddit सर्च एंडपॉइंट "कीवर्ड" "सबरेडिट" और "समयसीमा" जैसे पैरामीटरों की अनुमति देता है जिससे खोज को अनुकूलित किया जा सके जबकि वेब एक्स्ट्रैक्ट एंडपॉइंट को सामग्री लाने के लिए "यूआरएल" की आवश्यकता होती है

डेटा स्रोत एंडपॉइंट के अनुसार भिन्न होते हैं उदाहरण के लिए समाचार खोज एंडपॉइंट गूगल न्यूज से डेटा लेता है जबकि कंपनी समृद्धि एंडपॉइंट कंपनी की वेबसाइटों और डोमेन नाम प्रणाली से लाइव सिग्नल पढ़ता है यह सुनिश्चित करता है कि डेटा वर्तमान और प्रासंगिक है

विशिष्ट उपयोग के मामलों में विपणन अनुसंधान, भावना विश्लेषण और अनुपालन जांच शामिल हैं उदाहरण के लिए काउंटरपार्टी रिस्क एंडपॉइंट का उपयोग पूर्व-लेनदेन जोखिम स्क्रीनिंग के लिए किया जाता है जबकि वेब ब्रीफ एंडपॉइंट त्वरित अंतर्दृष्टि के लिए संक्षिप्त सारांश प्रदान करता है

उपयोगकर्ता लौटाए गए डेटा का लाभ उठा सकते हैं इसे वास्तविक समय की अंतर्दृष्टियों के लिए अनुप्रयोगों में एकीकृत करके उदाहरण के लिए कंपनी ब्रीफ एंडपॉइंट कई डेटा पॉइंट्स को एक एकल अवलोकन में समेकित करता है जिससे कंपनी की सेहत और जोखिमों का जल्दी आकलन करना आसान होता है

सामान्य FAQs

Zyla API Hub APIs के लिए एक बड़ा स्टोर जैसा है, जहाँ आप हजारों APIs एक ही जगह पर पा सकते हैं। हम सभी APIs की समर्पित सपोर्ट और रीयल-टाइम मॉनिटरिंग भी प्रदान करते हैं। एक बार साइन अप करने के बाद, आप चुन सकते हैं कि कौन सी APIs उपयोग करनी हैं। बस याद रखें, प्रत्येक API को अपनी स्वयं की सब्सक्रिप्शन की आवश्यकता होती है। लेकिन यदि आप कई APIs पर सब्सक्राइब करते हैं, तो आप सभी के लिए एक ही की का उपयोग करेंगे, जिससे आपके लिए चीज़ें आसान हो जाती हैं।
कीमतें USD (अमेरिकी डॉलर), EUR (यूरो), CAD (कनाडाई डॉलर), AUD (ऑस्ट्रेलियाई डॉलर), और GBP (ब्रिटिश पाउंड) में सूचीबद्ध हैं। हम सभी प्रमुख डेबिट और क्रेडिट कार्ड स्वीकार करते हैं। हमारा पेमेंट सिस्टम नवीनतम सुरक्षा तकनीक का उपयोग करता है और Stripe द्वारा संचालित है, जो दुनिया की सबसे विश्वसनीय पेमेंट कंपनियों में से एक है। यदि आपको कार्ड से पेमेंट करने में कोई समस्या हो, तो बस हमसे संपर्क करें [email protected]

इसके अलावा, यदि आपके पास पहले से ही इनमें से किसी भी करेंसी (USD, EUR, CAD, AUD, GBP) में एक सक्रिय सब्सक्रिप्शन है, तो बाद की सब्सक्रिप्शंस के लिए वही करेंसी बनी रहेगी। जब तक आपके पास कोई सक्रिय सब्सक्रिप्शन नहीं है, आप किसी भी समय करेंसी बदल सकते हैं।
प्राइसिंग पेज पर दिखाई देने वाली स्थानीय करेंसी आपके IP पते के देश पर आधारित है और केवल संदर्भ के लिए प्रदान की गई है। वास्तविक कीमतें USD (अमेरिकी डॉलर) में हैं। जब आप भुगतान करते हैं, तो आपके कार्ड स्टेटमेंट पर चार्ज USD में दिखाई देगा, भले ही हमारी वेबसाइट पर आपको आपकी स्थानीय करेंसी में समतुल्य राशि दिखाई दे। इसका अर्थ है कि आप सीधे अपनी स्थानीय करेंसी से भुगतान नहीं कर सकते।
कभी-कभी, बैंक फ्रॉड प्रोटेक्शन सेटिंग्स के कारण चार्ज को डिक्लाइन कर सकता है। हम सुझाव देते हैं कि आप पहले अपने बैंक से संपर्क करें कि क्या वे हमारे चार्ज को ब्लॉक कर रहे हैं। साथ ही, आप बिलिंग पोर्टल तक पहुंच सकते हैं और भुगतान करने के लिए जुड़े कार्ड को बदल सकते हैं। यदि यह काम नहीं करता और आपको अतिरिक्त सहायता की आवश्यकता है, तो कृपया हमारी टीम से संपर्क करें [email protected]
कीमतें पुनरावर्ती मासिक या वार्षिक सब्सक्रिप्शन के आधार पर निर्धारित की जाती हैं, जो चुने गए प्लान पर निर्भर करती हैं।
API कॉल्स आपके प्लान से सफल रिक्वेस्ट के आधार पर घटाई जाती हैं। प्रत्येक प्लान में प्रति माह आप जितनी कॉल कर सकते हैं उसकी एक विशेष संख्या होती है। केवल सफल कॉल्स, जो स्टेटस 200 रिस्पॉन्स से इंगित होती हैं, आपकी कुल संख्या से घटाई जाएँगी। इससे सुनिश्चित होता है कि असफल या अधूरी रिक्वेस्ट आपके मासिक कोटा को प्रभावित नहीं करतीं।
Zyla API Hub एक पुनरावर्ती मासिक सब्सक्रिप्शन सिस्टम पर काम करता है। आपका बिलिंग साइकल उस दिन से शुरू होगा जिस दिन आप किसी पेड प्लान को खरीदते हैं, और अगले महीने के उसी दिन नवीनीकृत होगा। इसलिए यदि आप भविष्य के चार्ज से बचना चाहते हैं, तो समय पर अपनी सब्सक्रिप्शन कैंसल करना सुनिश्चित करें।
अपनी मौजूदा सब्सक्रिप्शन प्लान को अपग्रेड करने के लिए, बस API के प्राइसिंग पेज पर जाएँ और वह प्लान चुनें जिस पर आप अपग्रेड करना चाहते हैं। अपग्रेड तुरंत प्रभावी होगा, जिससे आपको नए प्लान की सुविधाओं का तुरंत आनंद मिलेगा। कृपया ध्यान दें कि आपके पिछले प्लान से बची हुई कॉल्स नए प्लान में नहीं जोड़ी जाएँगी, इसलिए अपग्रेड करने से पहले इसे ध्यान में रखें। आपको नए प्लान की पूरी राशि चार्ज की जाएगी।
यह देखने के लिए कि आपके पास वर्तमान महीने के लिए कितनी API कॉल्स बची हैं, रिस्पॉन्स हेडर में "X-Zyla-API-Calls-Monthly-Remaining" फ़ील्ड देखें। उदाहरण के लिए, यदि आपके प्लान में प्रति माह 1,000 रिक्वेस्ट की अनुमति है और आपने 100 का उपयोग किया है, तो रिस्पॉन्स हेडर में यह फ़ील्ड 900 बची हुई कॉल्स दिखाएगा।
आपके प्लान में अनुमत API रिक्वेस्ट्स की अधिकतम संख्या देखने के लिए, "X-Zyla-RateLimit-Limit" रिस्पॉन्स हेडर देखें। उदाहरण के लिए, यदि आपके प्लान में प्रति माह 1,000 रिक्वेस्ट्स शामिल हैं, तो यह हेडर 1,000 दिखाएगा।
"X-Zyla-RateLimit-Reset" हेडर यह दिखाता है कि आपकी रेट लिमिट रीसेट होने में कितने सेकंड बचे हैं। यह आपको बताता है कि आपकी रिक्वेस्ट गिनती कब से फिर से शुरू होगी। उदाहरण के लिए, यदि यह 3,600 दिखाता है, तो इसका मतलब है कि लिमिट रीसेट होने में 3,600 सेकंड बचे हैं।
हाँ, आप कभी भी अपने अकाउंट में जाकर और बिलिंग पेज पर कैंसिलेशन विकल्प चुनकर अपना प्लान कैंसल कर सकते हैं। कृपया ध्यान दें कि अपग्रेड, डाउनग्रेड और कैंसिलेशन तुरंत प्रभावी होते हैं। साथ ही, कैंसल करने पर आपको सेवा तक पहुंच नहीं होगी, भले ही आपके कोटा में कॉल्स बची हों।
आपको बिना किसी प्रतिबद्धता के हमारी APIs का अनुभव करने का मौका देने के लिए, हम 7-दिवसीय फ्री ट्रायल प्रदान करते हैं, जो आपको 50 API कॉल्स तक मुफ्त में करने की अनुमति देता है। यह ट्रायल केवल एक बार उपयोग किया जा सकता है, इसलिए हम सलाह देते हैं कि आप इसे उस API पर लागू करें जिसमें आपको सबसे अधिक रुचि है। जबकि अधिकांश APIs फ्री ट्रायल प्रदान करते हैं, कुछ शायद न करें। ट्रायल 7 दिनों के बाद या 50 रिक्वेस्ट होने पर, जो भी पहले हो, समाप्त हो जाता है। यदि आप ट्रायल के दौरान 50 रिक्वेस्ट लिमिट तक पहुँच जाते हैं, तो रिक्वेस्ट जारी रखने के लिए आपको "Start Your Paid Plan" करना होगा। आप अपने प्रोफाइल में Subscription -> जिस API पर आप सब्सक्राइब हैं उसे चुनें -> Pricing टैब में "Start Your Paid Plan" बटन पा सकते हैं। यदि आप 7वें दिन से पहले अपनी सब्सक्रिप्शन कैंसल नहीं करते हैं, तो आपका फ्री ट्रायल समाप्त हो जाएगा और आपका प्लान अपने आप चार्ज हो जाएगा, जिससे आपको अपने प्लान में निर्दिष्ट सभी API कॉल्स तक पहुंच मिल जाएगी। अवांछित चार्ज से बचने के लिए कृपया इसे ध्यान में रखें।
7 दिनों के बाद, आपको उस प्लान की पूरी राशि चार्ज की जाएगी, जिस पर आप ट्रायल के दौरान सब्सक्राइब थे। इसलिए, ट्रायल अवधि समाप्त होने से पहले कैंसल करना महत्वपूर्ण है। समय पर कैंसल करना भूलने के लिए रिफंड अनुरोध स्वीकार नहीं किए जाते।
जब आप किसी API के फ्री ट्रायल पर सब्सक्राइब करते हैं, तो आप 50 API कॉल्स तक कर सकते हैं। यदि आप इस लिमिट से आगे अतिरिक्त API कॉल्स करना चाहते हैं, तो API आपको "Start Your Paid Plan" करने का संकेत देगा। आप अपने प्रोफाइल में Subscription -> जिस API पर आप सब्सक्राइब हैं उसे चुनें -> Pricing टैब में "Start Your Paid Plan" बटन पा सकते हैं।
पAYOUT ऑर्डर्स महीने की 20 तारीख से 30 तारीख के बीच प्रोसेस किए जाते हैं। यदि आप अपना अनुरोध 20 तारीख से पहले सबमिट करते हैं, तो आपका पेमेंट इस समयावधि के भीतर प्रोसेस किया जाएगा।
आप तुरंत सहायता प्राप्त करने के लिए हमारे चैट चैनल के माध्यम से हमसे संपर्क कर सकते हैं। हम हमेशा सुबह 8 बजे से शाम 5 बजे (EST) तक ऑनलाइन रहते हैं। यदि आप हमें उस समय के बाद संपर्क करते हैं, तो हम यथाशीघ्र आपसे संपर्क करेंगे। इसके अलावा, आप हमें ईमेल के माध्यम से भी संपर्क कर सकते हैं [email protected]

संबंधित APIs