Code Snippets
Ready-to-use examples for integrating with the Signation API.
curl -X POST https://api.signation.tech/v1/screen \
-H "X-API-Key: sk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"name": "Vladimir Putin",
"type": "person"
}'Getting Started
- Register to get your API key
- Replace
sk_your_api_keywith your actual key - Try the Playground for interactive testing
- Check the API Documentation for full reference
SDK Installation
TypeScript / Node.js
npm install @signation/sdkPython
pip install signationRate Limits
| Tier | Requests/min | Screens/day |
|---|---|---|
| Free | 10 | 100 |
| Pro | 60 | 1,000 |
| Enterprise | Unlimited | Unlimited |