Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.surefeedback.com/api/v1/mockups/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "id": "110e8400-e29b-41d4-a716-44665544000b", "name": "Homepage Design", "file_url": "https://...", "file_type": "image", "versions": [] } }
Retrieve a single mockup by ID.
Was this page helpful?