INTEGRATION
Code snippets
Ready-to-use examples for integrating with the Scador API.
curl -X POST https://api.scador.com/v1/screen \
-H "X-API-Key: sk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"name": "Vladimir Putin",
"type": "person"
}'GETTING STARTED
- 01 Register to get your API key
- 02 Replace
sk_your_api_keywith your actual key - 03 Try the Playground for interactive testing
- 04 Check the API Documentation for full reference
SDK INSTALLATION
TypeScript / Node.js
npm install @signation/sdkPython
pip install scadorRATE LIMITS
| Tier | Req/min | Screens/day |
|---|---|---|
| Free | 10 | 100 |
| Pro | 60 | 1,000 |
| Enterprise | — | — |
— UNLIMITED ON ENTERPRISE