Skip to main content

User Metadata

Returns the metadata associated with a user.

URL

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

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}" -H "x-api-key: YOUR_API_KEY"

Example Response

{
"created_at": 1716899295,
"photo_url": "https://synodic-profile.s3.amazonaws.com/lowoyylw.png",
"repositories": ["example/coffee", "example/cars"],
"autotrain_units": 150,
"autolabel_images": 495,
"inference_frames": 45903,
"models_trained": 2,
"payment_details": true,
"plan": "pay-as-you-go"
}