cURL
curl --request POST \ --url https://v3.minestorecms.com/api/pages/get \ --header 'Content-Type: application/json' \ --data ' { "url": "https://example.com/page1" } '
{ "success": true, "page": { "id": 1, "title": "Example Page", "url": "page1", "content": "This is the content of the page." } }
Fetch a page using the provided URL. Returns the page data if found.
Documentation IndexFetch the complete documentation index at: https://docs.minestorecms.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
The URL of the page to retrieve
OK
Indicates whether the page was found
The page data if found