API reference · DataForSEO

dataforseo/v3/domain_analytics/technologies/aggregation_technologies/live

Integrate this model through SandBase's unified API, with production-ready schemas and examples.

APISynchronousOpen model
Production endpoint

Send your first request

OpenAI-compatible endpoint with unified authentication and usage tracking.

POSThttps://api.sandbase.ai/v1/run
Model IDdataforseo/v3/domain_analytics/technologies/aggregation_technologies/live
01

Input Schema

14 parameters · 0 required · 14 optional

ParameterTypeRequiredDescription
tagstringOptionaluser-defined task identifier optional field the character limit is 255 you can use this parameter to identify the task and match it with the result you will find the specified tag value in the data ob...
modestringOptionalsearch mode optional field possible search mode types: as_is – search for results exactly matching the specified group ids, category ids, or technology names entry – search for results mat...
groupstringOptionalid of the target technology group required field if you don't specify technology, category or keyword at least one field (group, category, keyword, technology) must be set you can find the full list o...
limitintegerOptionalthe maximum number of returned technologies optional field default value: 100 maximum value: 10000
offsetintegerOptionaloffset in the results array of returned domains optional field default value: 0 maximum value: 9999 if you specify the 10 value, the first ten technologies in the results array will be omitted and the...
filtersarrayOptionalarray of results filtering parameters optional field you can add several filters at once (8 filters maximum) you should set a logical operator and, or between the conditions the following operators ar...
keywordstringOptionaltarget keyword in the domain's meta keywords required field if you don't specify group, category or technology at least one field (group, category, keyword, technology) must be set UTF-8 encoding exam...
categorystringOptionalid of the target technology category required field if you don't specify group, keyword or technology at least one field (group, category, keyword, technology) must be set you can find the full list o...
order_byarrayOptionalresults sorting rules optional field you can use the following values to sort the results: groups_count, categories_count, technologies_count possible sorting types: asc – results will be sorted...
technologystringOptionaltarget technology required field if you don't specify group, keyword or category at least one field (group, category, keyword, technology) must be set you can find the full list of technologies on thi...
internal_list_limitintegerOptionalmaximum number of items with identical "category", "group", and "technology" optional field if you use this field, the values specified in internal_groups_list_limit, internal_categories_list_limit an...
internal_groups_list_limitintegerOptionalmaximum number of returned technology groups optional field you can use this field to limit the number of items with identical "group" in the results default value: 5 minimum value: 1 maximum value: 1...
internal_categories_list_limitintegerOptionalmaximum number of returned technology categories within the same group optional field you can use this field to limit the number of items with identical "category" in the results default value: 5 mini...
internal_technologies_list_limitintegerOptionalmaximum number of returned technologies within the same category optional field you can use this field to limit the number of items with identical "technology" in the results default value: 10 minimum...
02

Output Schema

FieldTypeDescription
idstringUnique identifier for the generation task
statusstringTask status: pending, running, completed, failed, timeout
modelstringModel used for the generation
outputsarrayArray of output items
outputs[].urlstringURL of the generated artifact
outputs[].content_typestringMIME type (e.g. image/png, video/mp4)
errorobject | nullError details if failed, null on success
error.typestringMachine-readable error type code
error.messagestringHuman-readable error description
03

Code Examples

Ready-to-run snippets

curl -X POST https://api.sandbase.ai/v1/run \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "model": "dataforseo/v3/domain_analytics/technologies/aggregation_technologies/live",
  "prompt": "a beautiful sunset over mountains"
}'