request
curl -X POST https://www.patent77.com/api/v1/searches \
-H "Authorization: Bearer p77_live_..." \
-H "Content-Type: application/json" \
-d '{"description": "A bicycle helmet with a built-in crash-detection accelerometer that texts an emergency contact"}'response (abridged)
{
"search_id": "sr_7d31c8",
"status": "completed",
"invention_title": "Crash-detecting helmet with emergency alert",
"risk": "medium",
"risk_note": "Close art exists for impact sensing in headgear; ...",
"elements": [
{ "id": "e1", "label": "impact sensor", "text": "an accelerometer mounted ..." }
],
"queries": ["helmet accelerometer crash detection", "..."],
"refs": [
{
"pub_number": "US10123456B2",
"title": "Impact-sensing protective headgear",
"abstract": "...",
"assignee": "...",
"pub_date": "2021-03-09",
"url": "https://patents.google.com/patent/US10123456B2",
"score": 0.87,
"overlap": "Teaches a helmet-mounted accelerometer that ...",
"elements_hit": ["e1", "e2"]
}
],
"ref_count": 12,
"refs_returned": 12,
"candidates_considered": 214,
"corpus": "google-patents",
"engine": "...",
"request_id": "req_9f3ac1d0",
"disclaimer": "..."
}
// anonymous callers: refs truncated to 3, no elements/queries,
// plus an "attribution" field (required for free use)