Games API Quickstart
Get started with the Send v5 Games API in minutes.Prerequisites
- Nile tenant ID
- API access credentials
- Basic understanding of REST APIs
Installation
Using cURL
Using Python
Using JavaScript
Quick Example: Create a Wheel Game
Step 1: Create Prizes
Step 2: Create a Config
Step 3: Create a Profile
Step 4: Create an Instance + Link
https://your-domain.com/summer-promo
Next Steps
- Explore the API Playground to test endpoints interactively
- Learn about Clean Architecture principles
- Check out individual endpoint documentation in the sidebar
Common Patterns
Pagination
All list endpoints support pagination:Filtering
Filter instances by status:Config Deduplication
Configs are automatically deduplicated by content hash. If you POST the same config twice, you’ll get the same config ID back.Support
- Email: [email protected]
- GitHub: sendsational-inc
