Get_hairstyled_image_URL
Retrieve the URL of a simulated hairstyle image using a unique request ID. Ideal for accessing personalized hairstyle transformations via the API-Market MCP Server.
Instructions
This endpoint retrieves the URL of the simulated hairstyle image for a given request ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request_id | Yes | Unique identifier for the request. |
Input Schema (JSON Schema)
{
"properties": {
"request_id": {
"description": "Unique identifier for the request.",
"type": "string"
}
},
"required": [
"request_id"
],
"type": "object"
}