Skip to main content

Generate a new API Key

Generates an api key for the specified user.

URL

GET https://api.synodic.ai/v0/{user}/api-key-generate

Headers

  • x-api-key: YOUR_API_KEY (string)

Path Parameters

  • {user}: username (string)

Example Request

curl -X GET "https://api.synodic.ai/v0/{user}/api-key-generate" -H "x-api-key: YOUR_API_KEY"

Example Response

{
"api_key": "AErhF3kYnuxqYAHHjEizoOpEWWSxYprNMvBGGSc1"
}