Langsung ke konten utama
POST
/
v3
/
products
/
{product_id}
/
follow-up-chats
/
generate
Generate product follow-up chats
curl --request POST \
  --url https://api.scalev.com/v3/products/{product_id}/follow-up-chats/generate \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Path

product_id
string
wajib

Respons

Success with no response body