curl --request POST \
--url https://app.octavehq.com/api/v2/solution/generate \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '
{
"name": "<string>",
"sources": [
{
"value": "<string>",
"name": "<string>",
"details": "<string>",
"useNameIfUrlFails": true
}
],
"instructions": "<string>",
"brandVoiceOId": "<string>",
"enableRagEnrichment": true,
"offeringOIds": [],
"useCaseOIds": [],
"personaOIds": [],
"segmentOIds": [],
"referenceOIds": [],
"collateralOIds": [],
"competitorOIds": [],
"alternativeOIds": [],
"buyingTriggerOIds": [],
"objectionOIds": [],
"proofPointOIds": [],
"genericTextEntityOIds": []
}
'