Skip to main content
POST
/
api
/
turbopuffer
/
search
/
fulltext
Full-text search
curl --request POST \
  --url https://api.example.com/api/turbopuffer/search/fulltext \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'

Body

application/json
query
string
required
Minimum string length: 1
entity_type
enum<string>
Available options:
message,
assistant_chunk,
product
k
number
default:10
Required range: 1 < x < 100

Response

201 - undefined