Documentation Index
Fetch the complete documentation index at: https://docs.workfloo.ws/llms.txt
Use this file to discover all available pages before exploring further.
TL;DR
Include thex-api-key header in every request with your API key that you can find in your account dashboard.How to authenticate
All API endpoints require authentication via an API key, which must be included in thex-api-key header of your HTTP request. You can obtain your API key from your Workfloows account dashboard.
Include the header in every request as follows:
- Header name:
x-api-key - Header value: Your personal API key (e.g.,
x-api-key: YOUR_API_KEY)
Test request
You can test your API key by sending a simple request to the test endpoint called/ping.
message field set to pong.