# EduPulse Homeschool Laws by State

> EduPulse Homeschool Laws by State is a paid API for AI agents from edupulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns homeschool legal requirements, notification rules, curriculum mandates, testing requirements, and a compliance checklist for any US state or country, backed by live web research.

## Facts

- Endpoint: GET https://edupulse.theaslangroupllc.com/api/edu/homeschool-laws
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edupulse-homeschool-laws-by-state-91b0b6f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vvXzSsxV2fCEMDT1KtRAE

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 edupulse-homeschool-laws-by-state-91b0b6f8
```

Example prompt: What are the homeschool laws in Texas — specifically whether I need to notify the school district, what curriculum requirements exist, and whether standardized testing is required?

## When to prefer this

Use this endpoint when a user needs authoritative, up-to-date homeschool legal requirements for a specific US state or country, especially when they need actionable compliance steps rather than general education information. Prefer this over generic web search when a structured checklist and parsed legal rules are needed.

## Known failure modes

- Unsupported or unrecognized jurisdiction returns an error or empty results
- Live web research failure may result in stale or incomplete data
- International country coverage may be incomplete for less-documented jurisdictions
- Ambiguous state/country name (e.g. 'Georgia' — US state vs. country) may return incorrect results

## How this service works

Homeschool laws / is homeschooling legal / homeschool requirements by state. Returns legal requirements, notification rules, curriculum mandates, testing requirements, and a compliance checklist by US state (all 50) and many countries, backed by live web research.

## Output

A structured response containing the legal status of homeschooling, notification/filing requirements, curriculum mandates, standardized testing requirements, record-keeping rules, and a compliance checklist for the specified US state or country, sourced from live web research.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string"
      },
      "state": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "getting_started": {
   "who_to_notify": "California Department of Education",
   "notice_required": "File Private School Affidavit (PSA) with CDE by October 15 each year"
  },
  "regulation_tier": "moderate-regulation",
  "state_or_country": "California",
  "tier_explanation": "California requires filing a Private School Affidavit annually",
  "assessment_requirements": {
   "portfolio_review": null,
   "standardized_testing": "None required for homeschool families filing as a private school"
  },
  "curriculum_requirements": {
   "required_subjects": [
    "English",
    "Mathematics",
    "Social Sciences",
    "Science",
    "Fine Arts",
    "Health",
    "PE"
   ],
   "approved_curriculum_list_required": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edupulse-homeschool-laws-by-state-91b0b6f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edupulse.theaslangroupllc.com](https://www.zero.xyz/host/edupulse.theaslangroupllc.com/llms.txt)
