Skip to main content
POST
Generate Pinata API Key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Body is comprised of keyName, permissions, and maxUses (optional).

keyName
string
required
permissions
object
required
maxUses
integer

Response

{ "pinata_api_key": "KEY", "pinata_api_secret": "SECRET", "JWT": "JWT" }