RampRamp

Welcome

Finding your API key and creating your first images

Retrieve your tenant ID and API key

We're currently in closed beta, so you'll need to be invited by a member of our team to access the API.

Send your first request

curl -X POST https://api.ramp.dev/generate \
  -H "X-Ramp-Api-Key: ramp_sk_xxx" \
  -H "X-Ramp-Tenant-Id: xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "shader": "moire",
    "colors": ["", "", ""],
    "effects": [{ "type": "glass" }]
  }'

On this page