Getting Started

Connecting Your Store - API Integration

32 views

Store Integration & API Access

Connect Shabdly directly to your e-commerce platform for automated translation workflows.

Currently Supported Integrations

🚀 Coming Soon! Direct API integrations are currently in development. Current users on the Scale plan ($149/month) can request early API access.

Planned Integrations (Q2 2026)

  • Amazon Seller Central: Auto-sync product listings
  • Flipkart Seller Hub: Direct catalog sync
  • Shopify: Install our app for one-click translation
  • WooCommerce: WordPress plugin for bulk translation
  • Custom API: RESTful API for custom integrations

API Access (Scale Plan Only)

If you're on the Scale plan ($149/month), you can access our translation API directly:

Authentication

POST https://api.shabdly.online/v1/auth/api-key
Headers:
  Authorization: Bearer YOUR_ACCOUNT_TOKEN
    

Translate Endpoint

POST https://api.shabdly.online/v1/translate
Headers:
  X-API-Key: YOUR_API_KEY
  Content-Type: application/json

Body:
{
  "source_language": "en",
  "target_languages": ["hi", "ta", "te"],
  "tone": "formal",
  "products": [
    {
      "sku": "PROD-001",
      "title": "Product Title",
      "description": "Product description..."
    }
  ]
}
    

Response

{
  "job_id": "job_abc123",
  "status": "processing",
  "credits_used": 250,
  "estimated_time": "2 minutes"
}
    

Webhook Notifications

Receive real-time updates when translations complete:

POST YOUR_WEBHOOK_URL
{
  "event": "translation.completed",
  "job_id": "job_abc123",
  "status": "completed",
  "download_url": "https://api.shabdly.online/downloads/job_abc123.csv"
}
    

Rate Limits

Plan API Requests/Hour Concurrent Jobs
FreeN/AN/A
StarterN/AN/A
GrowthN/AN/A
Scale1,00010

Request API Access

To get API credentials:

  1. Upgrade to the Scale plan ($149/month)
  2. Email heyshabdly@gmail.com with "API Access Request"
  3. Provide your use case and estimated monthly volume
  4. Receive API key within 24 hours

💡 Early Adopter Benefits:

First 100 API users get 50% off Scale plan pricing for 6 months!

Was this article helpful?

Related Articles

Still need help?

Contact our support team for personalized assistance

Contact Support