Batch completions
Queue multiple LLM conversations for later retrieval.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The questions or instructions to use as chat prompts.
1 - 1000 elements2047[
"Where can I buy a vintage guitar?",
"Help me find guitar repair shops nearby.",
"Do any local stores sell vinyl records?",
"[Additional prompts here]"
]The AI model to chat with.
chatgpt, gemini, perplexity, copilot "gemini"
The name as returned by the devices resource [blocked] of the device to emulate chatting on (these names are case insensitive but must include form- or URL-encoded spaces and punctuation marks); device emulation is unused by default.
null
The two-letter ISO code of the country to chat from (these codes are case insensitive); a random country is used by default.
null
The alphanumeric second part (proceeding the separator) of a first-level subdivision code in the (prerequisite) country to chat from (these codes are case insensitive); a random subdivision is used by default.
null
The commonly spelled name of the city in the (prerequisite) country to chat from (these names are temporarily case sensitive and required to include form- or URL-encoded spaces and punctuation marks); a random city is used by default.
null
The commonly spelled name or two-letter ISO code of the language to chat in (these names and codes are case insensitive but required to include form- or URL-encoded spaces and punctuation marks); the language is unset by default.
null
The commonly spelled name or two-letter ISO code of the chat interface’s display language (these names and codes are case insensitive but required to include form- or URL-encoded spaces and punctuation marks); the display language is unset by default or set to the language if given.
null
The format to output to.
json, rendered, raw (planned) "rendered"
The age in days of when to consider a cached completion expired, where 0 disables caching.
0 <= x <= 10
The HTTP or HTTPS callback URL or Amazon SQS queue URL or ARN to notify when the batch completions have been retrieved; any SQS queue must grant sqs:SendMessage permission to the arn:aws:iam::180363035301:role/api-instance AWS principal.
"https://webhook.site/02e249f8-1faf-4fab-bcf5-78ce683e85a8"

