RFPs for one profile
Open bids (deadline today or later) linked to the profile's followed districts and opportunity districts, closing soonest; then K-12 bids in its territory states. District links are beta inferences. Gated by the `rfp_feed` module entitlement.
Open bids (deadline today or later) linked to the profile's followed districts and opportunity districts, closing soonest; then K-12 bids in its territory states. District links are beta inferences. Gated by the rfp_feed module entitlement.
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Query Parameters
Profile (project) whose follows, opportunities and territory define relevance
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/rfps/for-you?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"yours": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"buyer_name": "string",
"buyer_state": "string",
"solicitation_id": "string",
"status": "open",
"source_url": "string",
"detail_url": "string",
"due_at": "string",
"due_date": "string",
"first_seen_at": "string",
"last_seen_at": "string",
"confidence": 0,
"entities": [
{
"entity_type": "district",
"entity_id": "8161163a-f227-466f-bc01-090a01e80165",
"name": "string",
"state": "string",
"student_count": 0,
"method": "string",
"confidence": 0
}
]
}
],
"territory": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"buyer_name": "string",
"buyer_state": "string",
"solicitation_id": "string",
"status": "open",
"source_url": "string",
"detail_url": "string",
"due_at": "string",
"due_date": "string",
"first_seen_at": "string",
"last_seen_at": "string",
"confidence": 0,
"entities": [
{
"entity_type": "district",
"entity_id": "8161163a-f227-466f-bc01-090a01e80165",
"name": "string",
"state": "string",
"student_count": 0,
"method": "string",
"confidence": 0
}
]
}
],
"district_count": 0,
"territory_states": [
"string"
]
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "entitlement_required",
"module": "string",
"message": "string",
"contact": "string"
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Search the RFP opportunities catalog GET
Enterprise catalog-wide search over canonical procurement opportunities (`rfp_opportunities`) harvested from public portals -- distinct from the legacy per-entity RFP records attached to districts. Filter by buyer state, status, posted/closing date windows, a title keyword, and `k12=true` (district portals and purchasing cooperatives only). Ordered by first_seen_at descending, or `sort=closing_soon` for due date ascending with past due dates excluded. Totals are estimates on broad filters. Gated by the `rfp_feed` module entitlement; otherwise responds 403 entitlement_required.
The RFP agent's picks for a profile GET
Open bids (deadline today or later) the nightly RFP prospecting agent picked for this profile, strongest first, each with `pick`: a 0-100 score, why it fits, a suggested move and caveats. Gated by the `rfp_feed` module; the profile must be in your organization.