curl --location --request POST 'http://dev-cn.your-api-server.com/custom/api/generate/factgpt/custom' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"instruction": "",
"mode": "serp",
"domain_list": [],
"url_list": [],
"file_id": ""
}'
{
"copies": [
{
"content": "<Generated Shredded Paragraph>"
}
],
"citations": [],
"status": "success",
"message": "Generated successfully",
"credits_used": "<Credits>"
}