Asalebeta
ツール市場
調査

Llm Mentions Timeseries New Lost Live

LlmMentionsTimeseriesNewLostLive

呼び出しテスト
料金
0.101000 USDT / リクエスト
状態
利用可能
公式参考価格
0.101000 USDT / リクエスト
呼び出し方法
REST · MCP

呼び出しテスト

実行をクリックすると送信されます。入力内容と費用上限を先に確認してください。

入力パラメーターJSON

表示は開始価格です。入力内容の見積もりを取得してください。完了後、実際の使用量で精算し、差額を返金します。

ログイン

テストにはアカウント残高を使用し、選択したキーの予算が適用されます。費用上限は今回の API 呼び出しのみを対象とし、後続の呼び出しや上流の定期タスクは含みません。

実行結果

テストを実行すると、状態、費用、応答をここで確認できます。

API リファレンス

非同期の作成処理が成功すると受付 ID が返されます。その ID をプロバイダーの状態・結果 API に渡し、タスクの完了を確認してください。

curl https://gw.asale.ai/v1/tool-runs \
  -H 'Authorization: Bearer <ASALE_API_KEY>' \
  -H 'Content-Type: application/json' \
  -H 'Idempotency-Key: <UNIQUE_REQUEST_ID>' \
  -d '{
  "tool": "ai.optimization.llm.mentions.times.842cdef9fb",
  "input": {
    "body": [
      {}
    ]
  },
  "max_cost_micros": 101000
}'
curl https://gw.asale.ai/v1/tool-runs/<RUN_ID> -H 'Authorization: Bearer <ASALE_API_KEY>'
パラメーター必須
bodyいいえarray
入力スキーマ全体
{
  "$defs": {
    "AiOptimizationLlmMentionsTimeseriesNewLostLiveRequestInfo": {
      "properties": {
        "date_from": {
          "description": "start date of the time rangerequired fieldminimal value: 2025-08-01date format: \"yyyy-mm-dd\"",
          "type": "string"
        },
        "date_to": {
          "description": "end date of the time rangerequired fieldNote:the value specified in date_from cannot exceed the value in date_todate format: \"yyyy-mm-dd\"",
          "type": "string"
        },
        "group_range": {
          "description": "timeseries rangerequired fieldpossible values:day, week, month, year",
          "type": "string"
        },
        "language_code": {
          "anyOf": [
            {
              "description": "search language codeoptional fieldif you use this field, you don't need to specify language_name;you can receive the list of available languages of the search engine with their language_code by making a separate request to the value: enNote: chat_gpt data is available for en only",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "language_name": {
          "anyOf": [
            {
              "description": "full name of search languageoptional fieldif you use this field, you don't need to specify language_code;if you don't specify this field, the language_code with en value will be used by default;you can receive the list of available languages of the search engine with their language_name by making a separate request to the chat_gpt data is available for English only",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "location_code": {
          "anyOf": [
            {
              "description": "search location codeoptional fieldif you use this field, you don't need to specify location_nameyou can receive the list of available locations of the search engine with their location_code by making a separate request to the value: 2840Note: chat_gpt data is available for 2840 only",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "location_name": {
          "anyOf": [
            {
              "description": "full name of search locationoptional fieldif you use this field, you don't need to specify location_codeif you don't specify this field, the location_code with 2840 value will be used by default;you can receive the list of available locations of the search engine with their location_name by making a separate request to the chat_gpt data is available for United States only",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "platform": {
          "anyOf": [
            {
              "description": "target platformoptional fieldpossible values:chat_gpt, googledefault value: googleNote: if the platform is not specified, the data is returned for both platformsNote #2:chat_gpt data is available for the United States and English only",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "tag": {
          "anyOf": [
            {
              "description": "user-defined task identifieroptional fieldthe character limit is 255you can use this parameter to identify the task and match it with the resultyou will find the specified tag value in the data object of the response",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "target": {
          "anyOf": [
            {
              "description": "array of objects containing target entities required field you can specify up to 10 entities (objects) in the target field one target entity can contain either one domain or one keyword and related parameters examples: target array with a domain entity",
              "items": {
                "anyOf": [
                  {
                    "oneOf": [
                      {
                        "$ref": "#/$defs/BaseAiOptimizationLLmMentionsTargetElement"
                      }
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "type": "object"
    },
    "BaseAiOptimizationLLmMentionsTargetElement": {
      "properties": {
        "search_filter": {
          "anyOf": [
            {
              "description": "target domain search filter optional field possible values: include, exclude default value: include",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "search_scope": {
          "anyOf": [
            {
              "description": "target domain search scope optional field possible values: any, sources, search_results default value: any",
              "items": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "type": "object"
    }
  },
  "additionalProperties": false,
  "properties": {
    "body": {
      "items": {
        "anyOf": [
          {
            "oneOf": [
              {
                "$ref": "#/$defs/AiOptimizationLlmMentionsTimeseriesNewLostLiveRequestInfo"
              }
            ],
            "type": "object"
          },
          {
            "type": "null"
          }
        ]
      },
      "type": "array"
    }
  },
  "required": [],
  "type": "object"
}

料金

0.101000 USDT / リクエスト

表示は開始価格です。入力内容の見積もりを取得してください。完了後、実際の使用量で精算し、差額を返金します。

テストにはアカウント残高を使用し、選択したキーの予算が適用されます。費用上限は今回の API 呼び出しのみを対象とし、後続の呼び出しや上流の定期タスクは含みません。

料金バージョン 5

調査

Asale は同じ機能の利用可能なチャネルを価格順に選択します。参考価格は確認済みのチャネル参考価格の最高値です。未実行が確実な拒否のみ別チャネルへ切り替え、結果が不明な場合は二重請求を防ぐため照合を行います。

供給チャネル: 1