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 \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": [ { "id": "110e8400-e29b-41d4-a716-44665544000b", "name": "Homepage Design v1", "file_type": "image", "file_url": "https://...", "project_id": "770e8400-e29b-41d4-a716-446655440002", "versions": [], "created_at": "2026-02-01T00:00:00Z" } ] }
Get all mockups for a project.
X-API-Key: sf_your_api_key_here
Was this page helpful?