Perplexity
Send a request to POST https://api.deepgen.app/perplexity/api from your code. Pick a language below.
Request body schema
The endpoint accepts a JSON body of type BaseRequestPayload. The most common field is question (the user prompt). See the full schema in the API docs.
question— string, the user's messagetype—"Chat"(default) or"Fim"stream— boolean, settruefor SSE streamingsave_conversation— boolean, persist to Firestore (defaulttrue)