Returns a thumbnail picture of the user. This can either be a selected picture or an auto generated image. This method doesn't require a full sign in. The api key is sufficient. The image is square and is likely, but not necessary, to be in 128x128 PNG format. However the format will always be either PNG, JPEG or GIF.
Request
Path Params
Query Params
Responses
🟢200An image. Check the Content-Type header to determine which type the returned image have
application/json
Body
🔵302A redirect to the profile
🔴500Unexpected error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'http://learnifier.com/users//pic?key={APIKEY}'