The RFP agent's picks for a profile
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.
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.
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
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/rfps/picks?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": [
{
"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
}
],
"pick": {
"score": -9007199254740991,
"why_it_fits": "string",
"suggested_action": "string",
"caveats": "string",
"picked_at": "string"
}
}
],
"last_picked_at": "string"
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "entitlement_required",
"module": "string",
"message": "string",
"contact": "string"
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}RFPs for one profile GET
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.
Start an RFP prospecting run now POST
"Find me RFPs": starts one RFP prospecting agent run for a profile in your organization. Picks land on /rfps/picks as the agent submits them (minutes). Requires completed profile onboarding and the `rfp_feed` module.