API Tokens
Your API Key can be found by visiting https://zymono.com/dashboard/api/ and clicking reveal under API Key. You should store your API Key in an environment variable so that users cannot see it, as it must remain private..env
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate request to the NodeJS API
API_KEY = 'Your API Key'
zymono.init("YOUR_API_KEY")
Was this page helpful?
