Result
Retrieve face-swap results by submitting a POST request with the required request ID to the specified endpoint on the API-Market MCP Server.
Instructions
Make a POST request to capix/faceswap/result/
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request_id": {
"title": "Request Id",
"type": "string"
}
},
"required": [
"request_id"
],
"type": "object"
}