Ask_random_face

Ask for new random face

POST
/api/ask_random_face

Authorization

token_auth_2
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://api.piktid.com/api/ask_random_face" \  -H "Content-Type: application/json" \  -d '{    "id_image": "string",    "id_face": 0  }'
{
  "status": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}