Authentication and endpoint shape
Create a durable API key from Connect and REST API in the dashboard. Send the key in the Authorization header as a Bearer token. Tool calls use the same public endpoint pattern: POST /api/v1/tools/{tool_name}.
The public API documentation shows the accepted values for every request field, a sample request, an example response, and a separate response schema. Use the Test API action to send a request without assembling the curl command by hand.
Project context
Tools that operate on project data accept a projectId. When an eligible call omits it, Rankizz.com can use the account's default project. Supplying the ID explicitly is safer for automations that work across several sites or apps.
Related feature guides
Use your own data