Check your usage for the current billing period
Return the calling key's request count for the current billing period, the plan's included allowance, and when the counter resets.
Return the calling key's request count for the current billing period, the plan's included allowance, and when the counter resets.
The period is anchored to your subscription date, not the calendar month, so resets_at is the authoritative value to schedule against. This endpoint is unmetered — checking your usage never consumes quota.
Authorization
BearerAuth Your API key, sent as Authorization: Bearer wm_.... Keys are wm_ followed by 40 hex characters. Create one with POST /register (free, no auth) or POST /keys.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.wellmarked.io/usage" \ -H "Authorization: Bearer wm_your_api_key_here"{ "limit": 0, "period": "string", "plan": "string", "remaining": 0, "used": 0}Extract clean Markdown from a URL
Fetch a single URL and return its main content as clean Markdown, with the navigation, ads, cookie banners and boilerplate stripped.
Submit multiple URLs for concurrent extraction
Queue a list of URLs for concurrent extraction and return a job_id immediately — this endpoint is asynchronous and does not wait for the work to finish.