Bellwork
RfpsPicks

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.

GET
/rfps/picks

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.

AuthorizationBearer <token>

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

project_id*string
Formatuuid

Response 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
}