Netlify
active

Web platform — deploy, serverless functions, forms, identity, edge handlers

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

Connect via PincerAPI

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

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

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

Direct Setup

Endpoints

GET/sites

List all sites

GET/sites/{site_id}/deploys

List deploys for a site

POST/sites/{site_id}/builds

Trigger a new deploy

GET/sites/{site_id}/forms

List forms for a site

Related APIs in hosting-deploy