Search recordings
Search across recording transcripts, summaries, and action items using semantic search
Authorization
ApiKeyAuth Authorization<token>
Use Bearer pk_xxx as the authorization header value.
In: header
Request Body
application/json
Search request
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://loading/api/v1/public/search" \ -H "Content-Type: application/json" \ -d '{}'{
"data": null,
"error": "string",
"pagination": {
"has_more": true,
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}{
"data": null,
"error": "string",
"pagination": {
"has_more": true,
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}{
"data": null,
"error": "string",
"pagination": {
"has_more": true,
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}{
"data": null,
"error": "string",
"pagination": {
"has_more": true,
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}