Coming Soon
Webhooks
Receive real-time notifications about your training jobs, model deployments, and API events. Stay in sync with your AI workflows.
In Development
Q1 2025
Powerful Features
Real-time Notifications
Get instant alerts when training jobs complete, fail, or reach milestones
RESTful API Integration
Easy integration with your existing systems using standard HTTP webhooks
Secure & Verified
All webhooks are signed with HMAC for security and authenticity verification
Event Filtering
Subscribe only to the events you care about - training, deployment, or custom events
Global Delivery
Reliable webhook delivery with retry logic and failure notifications
Custom Payloads
Configure custom payload formats to match your application requirements
Supported Events
Subscribe to these events to receive real-time notifications:
training.startedtraining.completedtraining.failedmodel.deployedmodel.updatedinference.completedbalance.lowapi.key.createdStay Updated
We're working hard to bring you the best webhook experience. Get notified when webhooks are available.
Example Webhook Payload
{
"event": "training.completed",
"timestamp": "2025-01-15T10:30:00Z",
"data": {
"jobId": "job_abc123",
"modelName": "my-model",
"status": "completed",
"metrics": {
"loss": 0.0234,
"accuracy": 0.9876
}
},
"signature": "sha256=..."
}