Temporal Workflow API

Temporal is a powerful open-source engine for orchestrating durable, fault-tolerant microservice workflows via gRPC and REST. It supports retries, timers, versioning, and stateful logic. Ideal for backend systems, job orchestration, and long-running operations.

1

Endpoints

26

Views

Jul 20, 2025

Last Checked

NaN

Rate Limit

API Endpoints

Initiates a new Temporal workflow execution

Full URL

http://localhost:7233/workflows

Code Examples

curl -X POST 'http://localhost:7233/workflows' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "input": {
    "orderId": "ORD-12345"
  },
  "taskQueue": "orders",
  "workflowType": "OrderProcessing"
}

Example Response

{
  "runId": "r1234567890",
  "workflowId": "wf-abc123xyz456"
}

Version

v1

Rate Limit

1000 executions/minute
Tags
orchestrationworkflows
Technical Details
Authentication
None
Response Formats
gRPC
Availability
global
Status
Published
Rate Limits

Self-managed

Supported Languages
GoJavaPython
Use Cases
distributed systems
task queues
https://temporal.io/

Related APIs

Discover similar APIs that might interest you

APIfree

HTTP Cat

HTTP Cat API offers a playful REST servi...

Category
Development
Endpoints
1
catshttp
APIopen source

Appwrite Backend API

Appwrite is a comprehensive open-source ...

Category
Development
Endpoints
1
backendserver
APIfree

HTTP Dog

HTTP Dog API is a free and open-source s...

Category
Development
Endpoints
1
dogshttp