API reference
Get a company's trajectory
Direction over a window (30d/90d/365d): per-dimension event counts, add/remove/change classes, net surface growth — arithmetic from the debounced change log, never narrative. Requires a free key. The 365d window requires Pro; 30d/90d work with any key (a silently floored year window would return confidently wrong numbers — the API refuses with upgrade_required instead).
AuthorizationBearer <token>
bx_-prefixed API key. Free keys: https://bixel.com/account/
In: header
Path Parameters
company*string
Apex domain (canonical, e.g. pinecone.io). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.
Query Parameters
window?string
Default
"90d"Value in
- "30d"
- "90d"
- "365d"
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/companies/pinecone.io/trajectory"{ "data": {}, "meta": { "generated_at": "2019-08-24T14:15:22Z", "count": 0, "total": 0, "next_cursor": "string", "notice": "string" }}{ "type": "http://example.com", "title": "string", "status": 0, "code": "company_not_found", "detail": "string", "hint": "string", "docs_url": "http://example.com"}{ "type": "http://example.com", "title": "string", "status": 0, "code": "company_not_found", "detail": "string", "hint": "string", "docs_url": "http://example.com"}{ "type": "http://example.com", "title": "string", "status": 0, "code": "company_not_found", "detail": "string", "hint": "string", "docs_url": "http://example.com"}{ "type": "http://example.com", "title": "string", "status": 0, "code": "company_not_found", "detail": "string", "hint": "string", "docs_url": "http://example.com"}