Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RapidAPI Definitions API

Endpoints for importing, exporting, and managing API definitions such as OpenAPI specifications and Postman Collections.

RapidAPI Definitions API is one of 29 APIs that RapidAPI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 6 JSON Schema definitions.

Tagged areas include Definitions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 6 JSON Schemas.

This API exposes 5 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://gateway.rapidapi.com/v1.

5 operations 3 paths 1 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://gateway.rapidapi.com/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

RapidAPI Definitions API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-RapidAPI-Key (rapidApiKey). By default, every request must be authenticated.

  • rapidApiKey — RapidAPI key used for authenticating requests to the Gateway API.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 1 DELETE, 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Definitions 5

Endpoints for importing, exporting, and managing API definitions such as OpenAPI specifications and Postman Collections.

GET
/projects/{projectId}/definitions
List definitions
listDefinitions 1 param → 200401404
POST
/projects/{projectId}/definitions
Import a definition
importDefinition 1 param body → 201400401404
GET
/projects/{projectId}/definitions/{definitionId}
Get a definition
getDefinition 2 params → 200401404
DELETE
/projects/{projectId}/definitions/{definitionId}
Delete a definition
deleteDefinition 2 params → 204401404
GET
/projects/{projectId}/definitions/{definitionId}/export
Export a definition
exportDefinition 3 params → 200401404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Definition (6 properties). Each schema is shown below with its type and property counts.

Definition
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rapidapi-definitions-api-openapi.yml Raw ↑

Other APIs RapidAPI publishes across the network.

RapidAPI Alerts API
RapidAPI Analytics API
RapidAPI Apis API
RapidAPI Applications API
RapidAPI Authentication API
RapidAPI Categories API
RapidAPI Collections API
RapidAPI Documentation API
RapidAPI Endpoints API
RapidAPI Environments API
RapidAPI Executions API
RapidAPI Gateways API