live
baths-matter-31q.craft.me APIbaths-matter-31q.craft.me ↗
Get structured content, project links, and deadlines from your shared Craft.me pages in seconds. Perfect for staying organized with your PLP 11 class workspace or any Craft.me project on your domain.
Endpoints
3
Updated
2h ago
Try it
The share document ID from the Craft.me URL path (e.g. 'bvNTUoCQxN4sF9' from craft.me/s/bvNTUoCQxN4sF9 or from the page URL path).
→ api.parse.bot/scraper/fc2cfbb6-2f5c-425c-82bd-69e3c2b766bd/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/fc2cfbb6-2f5c-425c-82bd-69e3c2b766bd/get_page_content' \ -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand
Fetches the full structured content of a shared Craft.me page. Returns all document blocks with their type, text content, style, link URLs, and child block IDs. Useful for parsing page structure or extracting specific sections.
Input
| Param | Type | Description |
|---|---|---|
| doc_id | string | The share document ID from the Craft.me URL path (e.g. 'bvNTUoCQxN4sF9' from craft.me/s/bvNTUoCQxN4sF9 or from the page URL path). |
Response
{
"type": "object",
"fields": {
"blocks": "array of block objects with id, type, content, style_text, has_link, link_url, child_block_ids",
"space_id": "string",
"document_id": "string",
"schema_version": "string"
},
"sample": {
"data": {
"blocks": [
{
"id": "FB5E0453-18CA-4A8A-A88B-60A5A3407F22",
"type": "text",
"content": "👑 Offscript: A Play for Power",
"has_link": false,
"link_url": null,
"style_text": "pageRegular",
"child_block_ids": [
"64D7865C-305F-4F5A-9C89-3202DC39D463"
]
}
],
"space_id": "c84038f5-d15c-66d3-29f3-09be0a5e7200",
"document_id": "F921EEF4-CC3C-42D9-80B2-84097E0E959B",
"schema_version": "1"
},
"status": "success"
}
}About the baths-matter-31q.craft.me API
The baths-matter-31q.craft.me API on Parse exposes 3 endpoints for the publicly available data on baths-matter-31q.craft.me. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.