nyne
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name NYNE_API_KEY or zero doctor check-connector --url https://api.nyne.ai/person/search --method POST.
How to Use
Nyne authenticates with two headers on every request:
X-API-Key: $NYNE_API_KEYX-API-Secret: $NYNE_API_SECRET
The base URL is https://api.nyne.ai. Full reference:
https://api.nyne.ai/documentation.
Most endpoints are asynchronous: a POST returns a request_id, then you
poll with GET <same path>?request_id=.... You can also pass a
callback_url to receive results via webhook.