Documentation
Everything you need to integrate Scravity into your application.
API References
Quick Start
Authenticate your requests by including your API key in the Authorization header.
Note: Replace
YOUR_API_KEY with your actual API key from the dashboard.
Examples
Python
Using the requests library to interact with the API.
JavaScript
Using the native fetch API.