---
title: "Subscribe to the weekly AI Dev Jobs newsletter"
method: POST
path: "/subscribe"
---

# Subscribe to the weekly AI Dev Jobs newsletter

`POST /subscribe`

Email digest of new AI/ML roles. Default frequency is weekly. Tags optional to narrow the digest.

## Request body

- object
  - `email` string, email, required
  - `name` string
  - `tags` string[] — Filter digest to these tags (e.g. python, remote)
  - `frequency` 'daily' | 'weekly' | 'monthly'

## Response `200`

Subscribed (or already subscribed — idempotent)

## Other responses

- `400` — Invalid email

---

[API](https://skmtc.net/aidevboard/apis/ai-dev-jobs-api.md) · [All operations](https://skmtc.net/aidevboard/apis/ai-dev-jobs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aidevboard/ai-dev-jobs-api/versions/982076176568/schema)
