DermatoAnalyzeEndpoint

Interface that representative for api schema and have ability to fetch data to the server.

Functions

Link copied to clipboard
@Multipart
@POST(value = "analyze-skin")
abstract suspend fun analyzeImage(@Part file: MultipartBody.Part, @Part(value = "userId") userId: RequestBody): ImageAnalysisResponse