Pick_face

Pick face - substitutes generated face in input image

Deprecation notice

This endpoint is deprecated. We recommend using alternative endpoints to ensure continued support and compatibility.
POST
/api/pick_face

Authorization

token_auth_2
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.piktid.com/api/pick_face" \  -H "Content-Type: application/json" \  -d '{    "id_image": "string",    "id_face": 0,    "id_generation": 0  }'
Empty
Empty
Empty
Empty
Empty