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

Overview

This endpoint provides get 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"
  }
}