Custom API Custom integration
Integrate SaleCast with your own system or e-commerce platform via our comprehensive REST API. Detailed documentation, SDK libraries, and developer support included.
A modern and comprehensive REST API
All SaleCast features accessible via API
Comprehensive Documentation
Interactive documentation with code examples, guides, and tutorials.
SDK Libraries
Official SDKs available for PHP, Python, Node.js, Ruby, and Java.
Secure Authentication
API Keys with permission management and automatic rotation.
Webhooks
Receive real-time notifications for all important events.
Real-time
Low-latency API with responses in under 200ms on average.
Developer Support
Dedicated technical support for your custom integrations.
Key endpoints available
Access all features via our REST API
/v1/forecastsRetrieve sales forecasts for your products
/v1/productsCreate or update products in your catalog
/v1/inventoryCheck your stock status in real-time
/v1/ordersImport orders to feed forecasts
/v1/recommendationsGet automatic purchase recommendations
/v1/analyticsAccess analytics data and AI insights
Code examples
Simple and quick integration with your tech stack
require 'vendor/autoload.php';
$salecast = new SaleCast\Client('sk_live_your_api_key');
// Récupérer les prévisions pour un produit
$forecast = $salecast->forecasts()->retrieve('prod_12345');
echo "Prévision 30j: " . $forecast->forecast_30d;
echo "Précision: " . ($forecast->accuracy * 100) . "%";Official SDK Libraries
Simplified integration with your preferred languages
PHP 7.2+
Python 3.6+
Node.js 12+
Ruby 2.5+
Java 8+
Start integrating SaleCast
Sign up for the waiting list to be among the first to access SaleCast and our API.
Lancement prévu début 2025 · Accès prioritaire pour les inscrits