Skip to content

api-evangelist/vercel

Repository files navigation

Vercel (vercel)

Vercel is a cloud platform that helps developers build, deploy, and scale modern web applications quickly and efficiently. It provides an optimized hosting environment for frontend frameworks like Next.js (which it created), as well as other React, Vue, Angular, and static site projects. Vercel automates workflows for continuous deployment, edge caching, and serverless functions, so developers can push code changes and see them live almost instantly.

APIs.json: https://raw.githubusercontent.com/api-evangelist/vercel/refs/heads/main/apis.yml

Scope

  • Position: Consuming
  • Access: 3rd-Party

Tags

  • AI Gateways
  • Gateways
  • Observability
  • Webhooks

Timestamps

  • Created: 2025-02-08
  • Modified: 2026-05-30

APIs

Vercel

Vercel is a developer cloud to build and deploy web applications.

Properties

Vercel REST API

The Vercel REST API provides programmatic access to the Vercel platform. All endpoints live under https://api.vercel.com and follow REST architecture over SSL. The API covers deployments, domains, projects, teams, DNS, certificates, edge config, environment variables, access groups, billing, security, webhooks, and more. Authentication uses Bearer tokens via the Authorization header.

Tags

  • Access Groups
  • Billing
  • Certificates
  • Deployments
  • DNS
  • Domains
  • Edge Config
  • Environment Variables
  • Projects
  • Teams
  • Webhooks

Properties

Vercel AI Gateway API

The Vercel AI Gateway provides a unified API to access hundreds of AI models from multiple providers through a single endpoint at https://ai-gateway.vercel.sh/v1. It offers one key for hundreds of models, spend monitoring, automatic retries and fallbacks, embeddings support, and zero markup on token pricing. Compatible with the AI SDK, OpenAI SDK, and Anthropic SDK.

Tags

  • AI
  • AI Gateway
  • LLM
  • Machine Learning
  • Models

Properties

Vercel Webhooks

Vercel Webhooks deliver platform events to a subscriber-configured HTTPS endpoint via HTTP POST with a JSON body. Subscriptions are created as Account Webhooks (Team Settings) or through Vercel Integrations and can opt in to deployment, project, project domain, project environment variable, project rolling release, domain, feature flag, integration configuration, integration resource, marketplace invoice, marketplace member, and observability alert events. Every delivery shares a common envelope (id, type, createdAt, region, payload) and is signed with HMAC-SHA1 using the webhook secret, sent in the x-vercel-signature header.

Tags

  • Webhooks
  • Deployments
  • Projects
  • Domains
  • Integrations
  • Marketplace
  • Events

Properties

V0 Platform API

The v0 Platform API provides programmatic access to v0's AI-powered app generation pipeline. It is a REST interface that wraps v0's full code generation lifecycle from prompt to project to code files to deployment. Capabilities include generating full-stack web apps from natural language prompts, structured parsing of generated code, automatic error fixing, and linking with rendered previews. A TypeScript SDK is available.

Tags

  • AI
  • App Builder
  • Code Generation

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Vercel is a cloud platform that helps developers build, deploy, and scale modern web applications quickly and efficiently. It provides an optimized hosting environment for frontend frameworks like Next.js (which it created), as well as other React, Vue, Angular, and static site projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors