Skip to main content

User Available

Checks if the username is available or already taken.

URL

GET https://api.synodic.ai/v0/{user}/available

Headers

  • x-api-key: YOUR_API_KEY (string, optional)

Path Parameters

  • {user}: username (string)

Example Request

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

Example Response

{
"available": true
}