Connecting Your Store - API Integration
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 |
|---|---|---|
| Free | N/A | N/A |
| Starter | N/A | N/A |
| Growth | N/A | N/A |
| Scale | 1,000 | 10 |
Request API Access
To get API credentials:
- Upgrade to the Scale plan ($149/month)
- Email heyshabdly@gmail.com with "API Access Request"
- Provide your use case and estimated monthly volume
- Receive API key within 24 hours
💡 Early Adopter Benefits:
First 100 API users get 50% off Scale plan pricing for 6 months!