Installation
To install the Spidra Node SDK, you can use npm:To use the SPK, get an API key from Spidra.io. You can
find it in the API Keys section of your dashboard. The key is used to
authenticate your requests to the Spidra API.🔒 Never hardcode your API key in source files — use environment variables instead.
Quickstart
This example shows how to initialize the SDK, submit a job, and log the job ID:Code Block Example

