Skip to main content
POST
Bridgly SDK

Authorizations

Authorization
string
header
required

A Bridgly API key (bgly_…). Metered endpoints deduct credits from the resolved account.

Body

application/json
query
string
required

Raw search query — supports all X advanced-search operators, e.g. "openai lang:en".

count
integer
default:10

Number of results to return (1–10). Defaults to 10.

Required range: 1 <= x <= 10
cursor
string

Pagination cursor from a previous response's nextCursor to fetch the next page.

Response

Default Response

timeMs
number
required

Wall-clock time the request took to complete, in milliseconds.

creditsCost
number
required

Number of account credits this request consumed.

data
object
required