Skip to main content
GET
Explain one endpoint's price

Authorizations

Authorization
string
header
required

Locus Pro dashboard session (Cognito).

Query Parameters

provider
string
required

Provider id, for example tavily.

endpoint
string
required

Endpoint name within that provider, for example search.

args
string

JSON-encoded call arguments, used to price metered endpoints. Malformed JSON returns 400; any other JSON value parses and is passed through to the cost function, which ignores what it cannot use.

Response

Price breakdown

success
any
required
explain
object
required

The base-cost to effective-price translation for one endpoint, including which configuration level supplied each markup. Money fields are exact decimal strings, and are null for endpoints priced live per call.