Skip to main content
curl --request GET 'https://api.mayar.id/hl/v1/product/4d26ea37-d093-4b92-8f5f-0faec64d65b0' \
--header 'Authorization: Bearer Paste-Your-API-Key-Here'
{
    "statusCode": 200,
    "messages": "success",
    "data": {
        "id": "4d26ea37-d093-4b92-8f5f-0faec64d65b0",
        "link": "journal-design-of-automatic-door-detection-of-face-mask-and-human-body-temperature-based-on-arduino-uno-using-haar-cascade-classifier-method",
        "name": "JOURNAL DESIGN OF AUTOMATIC DOOR DETECTION OF FACE MASK AND  HUMAN BODY TEMPERATURE BASED ON Arduino UNO USING HAAR  CASCADE CLASSIFIER METHOD",
        "category": null,
        "limit": null,
        "type": "ebook",
        "subType": null,
        "userId": "348e083d-315a-4e5c-96b1-5a2a98c48413",
        "event": null,
        "order": null,
        "qty": null,
        "amount": 0,
        "status": "active",
        "description": "<p style=\"text-align:start;\"><span style=\"color: rgb(73,80,87);background-color: rgb(251,252,252);font-size: 13px;font-family: Open Sans;\">COVID-19 has plagued almost all corners of the world, including in Indonesia where the most common symptom is fever up to 38℃. Therefore, at this time in various places have imposed body temperature checks to detect the body temperature of visitors. To inhibit the spread of COVID-19 , the Government appeals to the public to implement health protocols, including wearing masks. This is the basis for making a visitor's body temperature detector when entering a building or public room, not only detecting body temperature but this tool is also able to detect the use of masks using the Haar Cascade Classifier method as one of the applications. An appeal from the government regarding health protocols. </span></p>\n<p style=\"text-align:left;\"><span style=\"color: rgb(73,80,87);background-color: rgb(251,252,252);font-size: 13px;font-family: Open Sans;\">The mask detection tool and body temperature detector use Arduino UNO as a microcontroller, ESP32-Cam as a face detection camera, MLX90614 sensor as a body temperature detector, LCD to display information about the results of body temperature detection and also masks, and servos as door movers. In designing the automatic door to detect face masks and body temperature, the author uses a Flowchart as a method for designing the system, this system is made using the C++ programming language and also the Open CV (Open Computer Vision) algorithm. Then perform system testing using hardware testing. After testing, conclusions are made whether the functions, inputs, and outputs of the system are in accordance with the required specifications or not. </span>&nbsp;</p>\n",
        "coverImageId": "681abbf7-8620-405a-96f6-246cd7397cd9",
        "multipleImageId": null,
        "transactions": [
            {
                "id": "5dcd8efe-ab38-46e9-bc51-d3eb49640ccd",
                "extraData": null
            },
            {
                "id": "0736b112-7b74-465d-8a5d-46bc53256d4d",
                "extraData": null
            },
            {
                "id": "fbbc3204-db60-4221-8de3-3a3a1a573441",
                "extraData": null
            },
            {
                "id": "edd63062-c572-4109-9b61-27523b639489",
                "extraData": null
            },
            {
                "id": "adc16e9f-6b1b-44df-97e7-c34e6d32e842",
                "extraData": null
            },
            {
                "id": "616ea36e-e5d2-42c3-ade4-efb6c73de27c",
                "extraData": null
            },
            {
                "id": "1dd0276a-1268-4934-ac93-d726b25b9b73",
                "extraData": null
            }
        ],
        "multipleImage": null,
        "coverImage": {
            "id": "681abbf7-8620-405a-96f6-246cd7397cd9",
            "fileType": "png",
            "url": "https://media.mayar.id/images/681abbf7-8620-405a-96f6-246cd7397cd9.png"
        },
        "linkUrl": "https://andiak.myr.id/ebook/journal-design-of-automatic-door-detection-of-face-mask-and-human-body-temperature-based-on-arduino-uno-using-haar-cascade-classifier-method",
        "linkPayment": "https://andiak.myr.id/pl/journal-design-of-automatic-door-detection-of-face-mask-and-human-body-temperature-based-on-arduino-uno-using-haar-cascade-classifier-method"
    }
}
Endpoint:
https://api.mayar.id/hl/v1/product/{id}

Authorization

Authorization
string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Path Parameters

id
string <uuid>
required
Unique product ID.

Response

Successful Response

Main Structure (Root)

statusCode
integer
required
Status code form API.
messages
string
required
Status message that describes the status code.
data
array of object
List of products displayed.

data Structure (Array Of Object)

id
string
required
Unique identifier of the product.
Unique product slug used in the URL.
name
string
required
Product name.
category
string | null
Product category if available.
limit
integer | null
Purchase limit if configured.
type
string
required
Product type (e.g., ebook, event, saas, membership).
subType
string | null
Product subtype if applicable.
userId
string
required
Unique identifier of the product owner (user).
event
object | null
Event details if the product type is event.
order
object | null
Order configuration if applicable.
qty
integer | null
Available quantity if the product has stock limitation.
amount
integer
required
Product price amount.
status
string
required
Current product status (e.g., active, inactive).
description
string
Product description in HTML format.
coverImageId
string | null
Identifier of the cover image.
multipleImageId
array | null
List of additional image identifiers.
transactions
array
List of related transactions.
transactions[].id
string
Unique identifier of the transaction.
transactions[].extraData
object | null
Additional transaction metadata if available.
multipleImage
array | null
List of additional image objects.
coverImage
object | null
Cover image object.
Public product page URL.
Public payment link URL.