Overview
This endpoint provides query task copy functionality.
Authentication
This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: Bearer YOUR_API_KEY
Request Example
curl -X GET "https://gptproto.com/api/v3/contents/generations/tasks/cgt-20251013202150-2jzqx" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}