Manually trigger a query run for a prompt on a specific AI platform.
Creates a new query run. Use this to manually trigger a prompt query outside its scheduled cron cycle.Documentation Index
Fetch the complete documentation index at: https://slatehq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer slat_<your-token>.CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.200 OK with the created query run.
PENDING.null while the run is in progress.null on success.| Status | Description |
|---|---|
200 | Query run created. |
400 | Invalid request. Missing required fields or invalid platform. |
401 | Missing or invalid Bearer token. See Authentication. |
500 | Internal server error. |