Upstash
communityServerless data platform offering Redis, Kafka, QStash, and Vector databases with per-request pricing.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://{endpoint}.upstash.ioExecute Redis command via REST API
Parameters
commandRedis command array e.g. [SETrequired— key, value] (arrayReturns
result (varies by command — string, integer, array, or null)POST
https://qstash.upstash.io/v2/publish/{destination}Publish message to QStash queue
Parameters
bodymessage body (stringrequireddestinationURL or topic (stringrequiredUpstash-Delaydelay e.g. 10s (stringoptionalUpstash-Retriesretry count (integeroptionalReturns
messageId, urlPOST
https://{endpoint}.upstash.io/upsertUpsert vectors to Upstash Vector
Parameters
vectorsarray of {idrequired— vector, metadata} (arrayReturns
result with upserted count