Getting your API Key
Learn about API Keys in Laminar
Last updated
Was this helpful?
Learn about API Keys in Laminar
API keys in Laminar are used to authenticate requests to the Laminar API. They are created and managed in workspace settings and provide secure access to the API.
API keys are to be passed in the query parameters of your desired request via the api_key param.
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"
}'Rotate keys periodically for security
Never share or commit API keys to version control
Last updated
Was this helpful?
Was this helpful?