Skip to main content
GET
/
v1
/
flow
/
files
/
token-counts
Get file token count
curl --request GET \
  --url https://flow.seekr.com/v1/flow/files/token-counts \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Query Parameters

file_ids
string[]
required

Response

Successful Response

Last modified on June 18, 2026