https://sora.chatgpt.com/api/auth/sessionsora-drafts-urlcurl --location --request POST 'https://api.dyuapi.com/v1/chat/completions' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-drafts-url",
"messages": [
{
"role": "user",
"content": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjE5MzQ0ZTY1LWJiYzktNDRkMS1hOWQwLWY5NTdiMDc5YmQwZSIsInR5cCI6IkpXVCJ9.eyJh"
}
]
}'{
"id": "chatcmpl-drafts-1761731454",
"object": "chat.completion",
"created": 1761731454,
"model": "sora-drafts-url",
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": "❌ 解析失败:accessToken 无效或已过期",
"role": "assistant"
}
}
],
"usage": {
"completion_tokens": 49,
"total_tokens": 93,
"prompt_tokens": 44
}
}