{"info":{"title":"Teho Skin Renderer API","version":"1.0.0"},"openapi":"3.0.3","paths":{"/badge/{id}":{"get":{"description":"Return a Teho badge image","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/body/back/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/body/flat/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/body/front/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/body/side/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/bust/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/cape/{hash}":{"get":{"parameters":[{"in":"path","name":"hash","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/cosmetic/{id}":{"get":{"description":"Render a Teho cosmetic by catalogue id","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/face/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/raw/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}},"/skull/{subject}":{"get":{"parameters":[{"description":"Minecraft UUID, username, texture hash, or a default skin name","in":"path","name":"subject","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/png":{"schema":{"format":"binary","type":"string"}}},"description":"PNG image"},"404":{"description":"Player or asset not found"}}}}}}