API Reference
Public REST endpoints under https://api.strideops.ai/v1.
Base URL
https://api.strideops.ai/v1All endpoints require a bearer token. See Authentication for token issuance, rate limits, and error codes.
Resources
Proposals
Send, track, and finalize proposals.
Contacts
Create, read, update, and upsert contacts.
Knowledge Bases
Manage knowledge bases and their sources for RAG.
Conventions
- IDs - UUIDs unless noted. Some objects expose a
secondaryIdshort-id for human-readable URLs. - Timestamps - ISO 8601, UTC, second precision.
- Money - string-encoded decimal (
"5000.00"), never float. - Phone numbers - E.164 (
+15558675309). - Pagination - cursor-based via
?cursor=…&limit=…. Responses includenextCursorwhen more pages exist.
OpenAPI spec
The Proposals API publishes a machine-readable OpenAPI 3.0 spec:
curl https://api.strideops.ai/v1/proposals/openapiContacts and Knowledge Bases don't have OpenAPI specs yet - the prose pages in this section are authoritative until they do.