cURL
curl --request POST \ --url http://base.url.com/pages \ --header 'Content-Type: application/json' \ --header 'x-phishy-api-key: <api-key>' \ --data ' { "name": "<string>", "html": "<string>" } '
{ "id": "<string>", "title": "<string>", "content": "<string>" }
Creates a new page with provided details
Documentation IndexFetch the complete documentation index at: https://docs.phishy.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phishy.io/llms.txt
Use this file to discover all available pages before exploring further.
Details of the new page to create
Name of the page
HTML content of the page
Page created successfully
Unique identifier for the page
Title of the page
Content of the page