ToolAssay

Returns a story arc and shot list for a destination, plus emerging-local-signal

Returns a story arc and shot list for a destination, plus emerging-local-signal status, with confidence caveats. Use to script travel video or social content around a theme and audience.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
242 msmedian answer time
$0.25listed price per call
$0.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://travel-agent.forgemesh.io/api/creator-experiences

CategoryImage and media
Provider hosttravel-agent.forgemesh.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 242 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "audience": "curious budget travelers",
    "content_style": "new food and waterfront spots",
    "destination": "Galveston, TX",
    "lat": "29.3013",
    "lon": "-94.7977",
    "trip_length": "weekend"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "audience": {
              "type": "string"
            },
            "budget": {
              "type": "string"
            },
            "content_style": {
              "type": "string"
            },
            "destination": {
              "type": "string"
            },
            "emerging_local_signals": {
              "type": "string"
            },
            "lat": {
              "type": "string"
            },
            "lon": {
              "type": "string"
            },
            "season": {
              "type": "string"
            },
            "theme": {
              "type": "string"
            },
            "trip_length": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "type": "object"
            },
            "ok": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON