cURL
curl --request POST \ --url https://rest.forestreet.com/v2/discovery/search-criteria \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "searchType": "keywordSearch", "searchInput": "<string>" }'
{ "marketName": "<string>", "userPrompt": "<string>", "marketType": "service", "marketRole": "manufacturer", "keywords": { "features": [ "<string>" ], "user": [ "<string>" ], "synonyms": [ "<string>" ], "irrelevant": [ "<string>" ] }, "seedDomains": [ "<string>" ], "count": 123, "assertions": "<any>", "constraints": "<any>", "projectKind": "first_pass", "performSearch": true, "locations": [ "<string>" ] }
Generate search criteria from a search prompt
Pass a static API key for every request, provided by your customer support.
Search criteria generated
The response is of type object.
object