curl --request POST \
--url https://rest.forestreet.com/v2/discovery/{marketId}/start \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"searchCriteria": {
"marketName": "AI Healthcare Transcription Services",
"userPrompt": "Find AI-powered transcription services that serve enterprise healthcare customers",
"marketType": "service",
"marketRole": "serviceProvider",
"keywords": {
"features": [
"AI transcription",
"speech-to-text",
"healthcare"
],
"user": [
"healthcare",
"enterprise",
"hospitals"
],
"synonyms": [
"transcription",
"dictation",
"voice-to-text"
],
"irrelevant": [
"manual transcription",
"human transcription"
]
},
"seedDomains": [],
"count": 50,
"assertions": null,
"constraints": null,
"projectKind": "second_pass",
"performSearch": true,
"locations": [
{
"countryCode": "GB",
"countryName": "United Kingdom"
}
]
}
}'