Skip to main content
GET
/
api
/
v3
/
predictions
/
df39e0baac8c4d9bbbaafb37259fb76d
/
result
Query Task
curl --request GET \
  --url https://gptproto.com/api/v3/predictions/df39e0baac8c4d9bbbaafb37259fb76d/result \
  --header 'Authorization: <authorization>'
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Overview

This endpoint provides query task 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

Response

Success
200
Successful response
{
  "status": "success"
}

Error Responses

{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}