Start an RFP prospecting run now
"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.
"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.
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Request Body
application/json
^([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)$uuid"initial" | "nightly"Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://loading/api/v1/rfps/runs" \ -H "Content-Type: application/json" \ -d '{ "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9" }'{
"run_id": "string",
"session_id": "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
}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.
Put a bid back DELETE
Removes the verdict, so the bid is open again.