Next Steps
Congratulations on protecting your first image! Here's where to go from here.
Learn Core Concepts
Understand the fundamentals of the Partner API:
- Authentication - Token lifecycle and security best practices
- Signatures - How SASHA signatures work
- Rate Limiting - API quotas and best practices
Build Production-Ready Applications
Make your integration robust and reliable:
- Callback Setup - Get real-time job status updates (recommended for production)
- Handle Token Expiration - Automatic token refresh for production apps
Explore API Capabilities
Dive deeper into what the Partner API can do:
REST API
- Embed Signature - Full API reference for protecting images
- Lookup Signature - Check if images are protected
- Get Job - Retrieve job status and results
- List Jobs - View all your jobs
gRPC API
Prefer gRPC? Check out the high-performance alternative:
- Signature gRPC API - Complete gRPC reference including authentication, embed, and lookup operations
Test Your Integration
Before going to production:
- Test error scenarios - Try unsupported formats, invalid URLs, expired tokens
- Test callback delivery - Ensure your callback endpoint is secure and reliable
- Monitor performance - Track job completion times and failure rates
Go to Production
Ready to launch?
- Set up monitoring - Track API usage, errors, and performance
- Implement error alerting - Get notified when things go wrong
- Review security - Ensure credentials are secure and tokens are handled properly
Get Help
Need assistance?
- API Reference - Complete REST API documentation
- Concepts - Deep dives into key topics
- Contact Support - Email support@sasha.eu for help
Mobile SDK Alternative
Processing images on the server isn't the only option. Check out the Mobile SDK for:
- ✅ Completely on-device processing (no data transmission)
- ✅ Works offline
- ✅ iOS and Android support
The Mobile SDK and Partner API are fully compatible - signatures created by one can be looked up by the other!