cURL
curl --request GET \ --url https://rest.forestreet.com/v2/discovery/{marketId}/search-criteria \ --header 'x-api-key: <api-key>'
{ "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, "studyId": 123, "jobId": 123, "user": { "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "studyUserGroupId": 1 } }
Get search criteria for a market
Pass a static API key for every request, provided by your customer support.
Unique identifier for the market study.
Search criteria retrieved
The response is of type object.
object