Base URL
All requests use the following base URL:Authentication
Every request requires an Authorization header with your API key:Typical request lifecycle
- Send
videoUrlto transcript, details, or comments. - Store the returned data in your app database.
- Use credits and activity endpoints for operational visibility.
Response Codes
Stophy uses standard HTTP status codes.| Status | Description |
|---|---|
| 200 | Request was successful. |
| 400 | Invalid request parameters. |
| 401 | API key is missing or invalid. |
| 402 | Payment required. |
| 404 | The requested resource was not found. |
| 5xx | Server error on Stophy’s side. |