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

  1. Register to get your API key
  2. Replace sk_your_api_key with your actual key
  3. Try the Playground for interactive testing
  4. Check the API Documentation for full reference

SDK Installation

TypeScript / Node.js

npm install @signation/sdk

Python

pip install signation

Rate Limits

TierRequests/minScreens/day
Free10100
Pro601,000
EnterpriseUnlimitedUnlimited