Render
active

Cloud platform — web services, static sites, cron jobs, Postgres, Redis

hosting-deployBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Render with your PincerAPI key. No separate signup needed.

# Get instructions for Render
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/render/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/render/your/endpoint/here"

Direct Setup

Endpoints

GET/services

List services

GET/services/{serviceId}/deploys

List deploys for a service

POST/services/{serviceId}/deploys

Trigger a new deploy

Related APIs in hosting-deploy