Authorization: Bearer ********************
{
"url": "<string>",
"question": "<string>",
"history": [
[
"<string>"
]
],
"language": "<string>",
"includeDetail": true
}
curl --location --request POST 'https://draw.openai-next.com/v1/urlanalysis/chat' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "<string>",
"question": "<string>",
"history": [
[
"<string>"
]
],
"language": "<string>",
"includeDetail": true
}'
{}