$0.004
per call · USD Coin on Base
Takes an inventory — the controller, and one entry per processing activity with its purposes, the stated legal basis, the categories of data subjects and of personal data, the categories of recipients, any third-country transfers, the erasure periods and the security measures — and returns it laid out as a draft record of processing activities under Article 30(1) GDPR.
Endpoint
POST https://buero.halowerk.com/v1/processing-record1
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://buero.halowerk.com/v1/processing-record", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"activities": [
{
"data_categories": [
"Stammdaten",
"Vertragsdaten",
"Abrechnungsdaten"
],
"data_subject_categories": [
"Beschaeftigte",
"Bewerberinnen und Bewerber"
],
"legal_basis": [
"art6_1_b_contract",
"art6_1_c_legal_obligation"
],
"name": "Personalverwaltung",
"purposes": [
"Durchfuehrung des Arbeitsverhaeltnisses",
"Lohnabrechnung"
],
"recipient_categories": [
"Lohnbuero",
"Finanzamt",
"Sozialversicherungstraeger"
],
"retention_criteria": "Zehn Jahre nach Ende des Arbeitsverhaeltnisses wegen handels- und steuerrechtlicher Aufbewahrungspflichten.",
"retention_period_days": 3650,
"security_measures": [
"Rollenbasierte Zugriffsrechte",
"Verschluesselung im Ruhezustand",
"Protokollierung administrativer Zugriffe"
],
"systems": [
"HR-Suite"
]
},
{
"data_categories": [
"Kontaktdaten",
"Einwilligungsnachweis"
],
"data_subject_categories": [
"Newsletter-Abonnenten"
],
"legal_basis": [
"art6_1_a_consent"
],
"name": "Newsletter",
"purposes": [
"Versand des Kundennewsletters"
],
"recipient_categories": [
"Versanddienstleister"
],
"retention_criteria": "Bis zum Widerruf der Einwilligung, danach Loeschung binnen 30 Tagen.",
"security_measures": [
"Double-Opt-in",
"Zugriff nur ueber Zwei-Faktor-Anmeldung"
],
"systems": [
"Mailversand"
],
"third_country_transfers": [
{
"country_code": "US",
"recipient_category": "Versanddienstleister",
"safeguard": "scc_art46_2_c",
"safeguard_reference": "Auftragsverarbeitungsvertrag 2026-014, Anlage 2"
}
]
}
],
"controller": {
"address": "Hafenstrasse 4, 20359 Hamburg",
"email": "datenschutz@nordlicht.example",
"name": "Nordlicht GmbH"
},
"dpo": {
"email": "dsb@nordlicht.example",
"name": "Anna Berger"
}
}),
});
const data = await res.json();curl -X POST \
"https://buero.halowerk.com/v1/processing-record" \
-H "Content-Type: application/json" \
-d '{"activities":[{"data_categories":["Stammdaten","Vertragsdaten","Abrechnungsdaten"],"data_subject_categories":["Beschaeftigte","Bewerberinnen und Bewerber"],"legal_basis":["art6_1_b_contract","art6_1_c_legal_obligation"],"name":"Personalverwaltung","purposes":["Durchfuehrung des Arbeitsverhaeltnisses","Lohnabrechnung"],"recipient_categories":["Lohnbuero","Finanzamt","Sozialversicherungstraeger"],"retention_criteria":"Zehn Jahre nach Ende des Arbeitsverhaeltnisses wegen handels- und steuerrechtlicher Aufbewahrungspflichten.","retention_period_days":3650,"security_measures":["Rollenbasierte Zugriffsrechte","Verschluesselung im Ruhezustand","Protokollierung administrativer Zugriffe"],"systems":["HR-Suite"]},{"data_categories":["Kontaktdaten","Einwilligungsnachweis"],"data_subject_categories":["Newsletter-Abonnenten"],"legal_basis":["art6_1_a_consent"],"name":"Newsletter","purposes":["Versand des Kundennewsletters"],"recipient_categories":["Versanddienstleister"],"retention_criteria":"Bis zum Widerruf der Einwilligung, danach Loeschung binnen 30 Tagen.","security_measures":["Double-Opt-in","Zugriff nur ueber Zwei-Faktor-Anmeldung"],"systems":["Mailversand"],"third_country_transfers":[{"country_code":"US","recipient_category":"Versanddienstleister","safeguard":"scc_art46_2_c","safeguard_reference":"Auftragsverarbeitungsvertrag 2026-014, Anlage 2"}]}],"controller":{"address":"Hafenstrasse 4, 20359 Hamburg","email":"datenschutz@nordlicht.example","name":"Nordlicht GmbH"},"dpo":{"email":"dsb@nordlicht.example","name":"Anna Berger"}}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x2880edfff13100677bf97a3cbdf3bc34771c4e5eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Halowerk & similar services
Halowerk · LLM Catalog
modell.halowerk.com
A comparison table of language models: input, output and cache prices per million tokens, context window, maximum output length, batch discount and a short note on what each is suited to. Filter by vendor, by a maximum price, by the context window you need, or by capability tag. Every row carries the date its prices were last checked, so a stale figure is visible rather than silently wrong.
Halowerk · EV Charging
karte.halowerk.com
Queries OpenStreetMap for charging stations within a radius of a point and returns each with its position, distance, operator, network, connector types with their individual power ratings and socket counts, access restrictions, fee status, opening hours and whether authentication is required. Results are sorted nearest first and can be filtered to a minimum power or a required connector type, which is the question a vehicle actually has.
Halowerk · Inverter Load Check
solar.halowerk.com
Continuous load is the sum of the running watts of all appliances marked as simultaneous. The surge check adds the largest single starting surge on top of the continuous load, which is the case that trips an inverter; simultaneous starts of two motors are reported separately as a second figure. Starting factors and power factors are design rules of thumb per appliance class and are stated in the response, they are not device data.