Stop juggling dozens of API subscriptions. Get everything you need to build AI-driven apps in one place.
/ai/models/fetchReturns detailed information about a specific AI model by vendor and model name.
/ai/text-to-voice/lite/modelsReturns a cached list of Piper TTS models. Refreshes every 24 hours.
/ai/text-to-voice/liteQueues a TTS task. Validates model and speaker existence against the local cache. Returns request_id.
/tools/check/sslConnects to the domain via port 443 and retrieves SSL certificate details
/tools/check/deviceReturns comprehensive information about the client's connection, ip, device, and location.
/data/torrents/categoriesReturns a tree structure of supported torrent categories based on the Newznab standard used by Jackett.
/data/torrents/searchProxy request to Jackett API to search for torrents across all configured indexers.
/data/wiki/searchSearches for a Wikipedia page by query and returns its title, content, and URL.
/files/{storage}/deleteDeletes a file belonging to the authenticated user from S3.
/files/{storage}/fetch/{filename}Downloads a file from the specified S3 storage bucket for a specific user. Requires valid Bearer token.
/tools/image/placeholderCreate a custom image placeholder with specific text, size, and colors. Supports PNG and SVG formats.
/tools/image/qr/generateCreate a PNG QR code image from any text string or URL.
/tools/text/intentSends a text string and a map of potential intent categories to a Python-based NLP service for semantic routing.
/tools/text/compareSends two separate text fields from a FORM to the Python NLP service.
/tools/text/sensetive/detectAnalyze text from form data.
/user/billing-activityReturns collection of billing records for the current user.
/user/accountsReturns a list of user wallets for EUR, USD, and RUB. Creates them if they don't exist.
/user/api/tokensGenerates a new API token for the authorized user. The raw token is returned only once.
/user/api/tokensReturns a list of active API tokens for the authorized user
/user/api/tokens/{id}/permanentRemoves an API token from the database permanently.
/user/api/tokens/{id}/restoreMarks a revoked API token as active again.
/user/api/tokens/{id}Marks an API token as revoked so it can no longer be used.