DocsGetting StartedIntroduction

Introduction

Welcome to the Myskin.Today API documentation. Our API enables you to integrate professional-grade skin analysis and product recommendation capabilities directly into your applications.

RESTful APIStandard HTTP methods, JSON responses.

Base URL

All API requests should be made to the following base URL:

https://api.myskin.today/v2

Authentication

The Myskin API uses API keys to authenticate requests. You can view and manage your API keys in the Developer Dashboard.

Authentication to the API is performed via HTTP Basic Auth. Provide your API key as the basic auth username value. You do not need to provide a password.

cURL Request
curl https://api.myskin.today/v2/analyze \
  -u sk_test_4eC39HqLyjWDarjtT1zdp7dc: \
  -d image="base64_encoded_image_data..."