Getting your API Key
Learn about API Keys in Laminar
Overview
Usage
curl -X POST 'https://api.laminar.run/workflow/execute/{workflowId}?api_key=<your_api_key>' \
-H 'Content-Type: application/json' \
-d '{
"data": "your workflow input"
}'Best Practices
Last updated
Was this helpful?