RapidAPI · Capability
RapidAPI REST Platform API
RapidAPI REST Platform API. 10 operations. Lead operation: List all APIs. Self-contained Naftiko capability covering one Rapidapi business surface.
Run with Naftiko
Rapidapi
What You Can Do
GET
Listapis
— List all APIs
/v1/apis
POST
Createapi
— Create an API
/v1/apis
GET
Getapi
— Get an API
/v1/apis/{apiid}
PUT
Updateapi
— Update an API
/v1/apis/{apiid}
DELETE
Deleteapi
— Delete an API
/v1/apis/{apiid}
GET
Listapiversions
— List API versions
/v1/apis/{apiid}/versions
PUT
Updateapiversion
— Update an API version
/v1/apis/{apiid}/versions/{versionid}
GET
Listtags
— List all tags
/v1/tags
POST
Createtag
— Create a tag
/v1/tags
DELETE
Deletetag
— Delete a tag
/v1/tags/{tagid}
MCP Tools
list-all-apis
List all APIs
read-only
idempotent
create-api
Create an API
get-api
Get an API
read-only
idempotent
update-api
Update an API
idempotent
delete-api
Delete an API
idempotent
list-api-versions
List API versions
read-only
idempotent
update-api-version
Update an API version
idempotent
list-all-tags
List all tags
read-only
idempotent
create-tag
Create a tag
delete-tag
Delete a tag
idempotent