Authentication
To securely access and interact with Svalync API, authentication is required. Users must generate an API Key, which will be used to authenticate requests.Each workspace has a separate API Key which can be generated in Profile page.
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.
Generate Api Key
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.