Skip to main content
GET
/
predictions
/
{prediction_id}
/
graph
Get Prediction Graph
curl --request GET \
  --url https://api.timesdb.in/predictions/{prediction_id}/graph \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

prediction_id
string
required

Response

Successful Response