API Keys
Manage API keys for third-party integrations
Quick Start
Use your API key to generate signatures programmatically:
curl -X POST https://api.signatureai.com/generate \
-H "X-API-Key: sk_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"name": "John Doe", "style": "elegant"}'