API keys
Create an API key
Create a new API key for a project. Developers can use the API key to authenticate requests to Pinecone’s Data Plane and Control Plane APIs.
POST
Authorizations
An access token must be provided in the Authorization
header using the Bearer
scheme.
Path Parameters
Project ID
Body
application/json
The details of the new API key.
The body is of type object
.
Response
201
application/json
API key created successfully.
The details of an API key, including the secret. Only returned on API key creation.