Documentation Index
Fetch the complete documentation index at: https://docs.svalync.com/llms.txt
Use this file to discover all available pages before exploring further.
Generate API Key
Visit https://www.svalync.com/profile to generate your unique API Key. This key is essential for making authenticated requests to Svalync API. or
To generate an API Key, follow these steps:
Get the Workflow id
Visit https://www.svalync.com/workflows to get your unique workflowId.
Using the API Key
With your API Key, you must include it in the headers of every request to the API.
Example of Including API Key in Requests
To authenticate your requests, include your API Key in the request headers as an Authorization Bearer token. Below are examples of how to include the API Key in requests using Python, JavaScript, and cURL.
curl --request GET \
--url https://svalync.com/api/workflow/runWorkflow/{id} \
--header 'x-api-key: <api-key>'