Put an opportunity back
Removes the verdict, so the opportunity is open again. Not an error if it was already open.
Removes the verdict, so the opportunity is open again. Not an error if it was already open.
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 the verdict belongs to
uuidOpportunity to put back
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/opportunities/verdicts?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&opportunity_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"opportunity_id": "5c7fee95-8917-4b3c-8649-bbbc4ef0c4f7",
"verdict": null
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Start an on-demand prospecting run POST
"Find me more opportunities" — kicks off one agent research run for a project the caller owns. Results land in the opportunities feed as they are verified (typically 30-45 minutes). Requires completed project onboarding.
List how a project's opportunities are filed GET
Every verdict for a project: acted on (`pursued`), set aside (`dismissed`) or `not_useful`. One per opportunity, shared by the team on that project. An opportunity with no verdict is still open.