aiendpoint.dev
Services›Upstash

Upstash

community

Serverless data platform offering Redis, Kafka, QStash, and Vector databases with per-request pricing.

Visit site ↗

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.

https://upstash.combearerdeveloperdataconfidence: 90/1000 discoveries2 contributors
POSThttps://{endpoint}.upstash.io

Execute Redis command via REST API

Parameters

commandRedis command array e.g. [SETrequired— key, value] (array

Returns

result (varies by command — string, integer, array, or null)
POSThttps://qstash.upstash.io/v2/publish/{destination}

Publish message to QStash queue

Parameters

bodymessage body (stringrequired
destinationURL or topic (stringrequired
Upstash-Delaydelay e.g. 10s (stringoptional
Upstash-Retriesretry count (integeroptional

Returns

messageId, url
POSThttps://{endpoint}.upstash.io/upsert

Upsert vectors to Upstash Vector

Parameters

vectorsarray of {idrequired— vector, metadata} (array

Returns

result with upserted count