Chat Completions
Create chat completions using various AI models. This endpoint is compatible with OpenAI's chat completions API.
Creates a model response for the given chat conversation. Supports streaming and non-streaming responses.
Request Parameters
ID of the model to use. See available models in the Models tab.
A list of messages comprising the conversation so far.
The maximum number of tokens to generate in the completion.
If set, partial message deltas will be sent as server-sent events.
Controls randomness in the output. Range: 0.0 to 2.0.
Nucleus sampling parameter. Range: 0.0 to 1.0.
Request timeout in seconds.
Image Generation
Generate images from text descriptions using various AI image generation models.
Creates an image given a text prompt. Compatible with OpenAI's image generation API.
Request Parameters
A text description of the desired image(s). Maximum length is 1000 characters.
The model to use for image generation. Defaults to dall-e-2.
The number of images to generate. Must be between 1 and 10. Default: 1
The size of the generated images. Options: "256x256", "512x512", "1024x1024"
Try it out
Models
List and retrieve information about available AI models.
Lists the currently available models, and provides basic information about each one.
📋
Try it out
Lists the currently available Text-to-Image (TTI) models for image generation.
🎨
Try it out
Authentication
Manage API keys and authentication for the WebScout API.
Generate a new API key for accessing the WebScout API.
Request Parameters
Username for the API key.
Friendly name for the API key.
Rate limit for the API key (requests per minute). Default: 10
Number of days until the API key expires.
Validate an API key and get information about its usage and limits.
Web Search
Search the web using various search engines including Google, Yep, and DuckDuckGo.
Perform web searches across multiple search engines with support for different content types.
Query Parameters
Search engine: google, yep, duckduckgo. Default: google
Maximum number of results. Default: 10
Search type: text, news, images, suggestions. Default: text
Region code for localized results. Default: all
Safe search setting: on, moderate, off. Default: moderate
System
System health and status endpoints.
Check the health status of the API server and its components.
💚
Try it out