- Home
- Categories
- Development
- Temporal Workflow API
Temporal Workflow API
The Temporal Workflow API offers developers a robust solution for orchestrating durable, fault-tolerant microservice workflows, supporting retries and stateful logic.
Developed by Temporal Technologies, Inc.
Reference for available routes, request structures, and live examples.
Initiates a new Temporal workflow execution
http://localhost:7233/workflowscurl -X POST 'http://localhost:7233/workflows' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"input": {
"orderId": "ORD-12345"
},
"taskQueue": "orders",
"workflowType": "OrderProcessing"
}{
"runId": "r1234567890",
"workflowId": "wf-abc123xyz456"
}- Backend microservice orchestrationOptimized Capability
- Event-driven workflowsOptimized Capability
- Order and payment processingOptimized Capability
- Data pipeline automationOptimized Capability
- CI/CD task automationOptimized Capability
- Batch job coordinationOptimized Capability
- IoT event processingOptimized Capability
- ✓ Fault-tolerant workflow execution
- ✓ Native support for retries and error handling
- ✓ Developer-friendly SDKs and documentation
- ✓ Horizontal scalability and high throughput
- ✗ Initial learning curve for advanced features
- ✗ Self-hosting can require significant ops overhead
- ✗ Limited community support outside major languages
- ✗ Requires managed backend for cross-region HA
FAQs
API Specifications
v130-60 minutes (managed cloud), 2-4 hours (self-hosted)
1,000 requests per minute
Free tier includes up to 50,000 workflow executions and 5 namespaces per month.
Use Case: Best For
Backend engineers and SREs building reliable, long-running, cloud-native systems
Not Recommended For
Simple, stateless APIs or rapid-fire low-latency requests with no persistence logic
Explore Related APIs
Discover similar APIs to Temporal Workflow API
Scalar API Documentation Tool
The Scalar API Documentation Tool integrates API client functionality, interactive documentation, and OpenAPI editing, enabling teams to manage APIs effectively.
DeepSeek Coder API
DeepSeek Coder API offers developers AI-driven tools for code generation, analysis, and transformation, enhancing productivity and code quality.
Redoc API Documentation Tool
Redoc API Documentation Tool provides an open-source solution to create interactive API documentation from OpenAPI or Swagger definitions, suitable for both public and internal documentation.