# tempo.halowerk.com – iframe Gesamtladezeit

> tempo.halowerk.com – iframe Gesamtladezeit is a paid API for AI agents from tempo.halowerk.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Measures and checks the total load time (Gesamtladezeit) of iframe objects on a given web resource.

## Facts

- Endpoint: POST https://tempo.halowerk.com/v1/pruef/tempo/gesamtzeit/iframe
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tempo-halowerk-com-iframe-gesamtladezeit-d3db97fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BRII99hatMNqdQ1q-FdLJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tempo-halowerk-com-iframe-gesamtladezeit-d3db97fa -d '<json body>'
```

Example prompt: Can you check the total load time of the iframe on https://example.com and tell me how long it takes to fully load?

## When to prefer this

Use this endpoint when you specifically need to measure the total load time of iframe elements on a web page. It is part of the tempo.halowerk.com suite of granular web performance checks; choose this endpoint over generic page speed tools when you need iframe-specific timing data rather than overall page metrics.

## Known failure modes

- Target URL is unreachable or returns an error — request fails with a connectivity error
- No iframe found at the target URL or matching the given CSS selector — result may be empty or indicate no matching object
- URL is not publicly accessible (private/intranet) — will fail to retrieve the target
- Invalid CSS selector format — returns a validation error
- Request times out if the target page or iframe is extremely slow to respond

## How this service works

Prüft am Objekt iframe den Befund Gesamtladezeit.

## Output

Returns a performance measurement for the total load time (Gesamtladezeit) of an iframe object found at the specified URL, optionally scoped by a CSS selector. The result includes the timing value indicating how long the iframe took to completely load.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ziel": {
   "oneOf": [
    {
     "type": "string",
     "maxLength": 2048,
     "minLength": 1,
     "description": "Öffentliche HTTP(S)-Adresse; bei DNS-Befunden Domain oder öffentliche IP."
    },
    {
     "type": "object",
     "required": [
      "adresse"
     ],
     "properties": {
      "adresse": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "selektor": {
       "type": "string",
       "maxLength": 240,
       "minLength": 1,
       "description": "CSS-Selektor: genau ein Objekt, sonst erster Treffer des Objektfilters."
      },
      "vergleich": {
       "type": "string",
       "maxLength": 2048,
       "description": "Öffentliche Vergleichsadresse für Link-, Sitemap- oder Sprachbefunde."
      },
      "user_agent": {
       "type": "string",
       "pattern": "^[A-Za-z0-9_-]{1,80}$"
      },
      "dkim_selektor": {
       "type": "string",
       "pattern": "^[A-Za-z0-9_-]{1,63}$"
      }
     },
     "additionalProperties": false
    }
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tempo-halowerk-com-iframe-gesamtladezeit-d3db97fa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tempo.halowerk.com](https://www.zero.xyz/host/tempo.halowerk.com/llms.txt)
