cURL
curl --request POST \ --url https://api.surefeedback.com/api/v1/mockups \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "project_id": "<string>", "name": "<string>", "base_mockup_id": "<string>" } '
{ "success": true, "data": { "id": "110e8400-e29b-41d4-a716-44665544000b", "name": "Homepage v2", "file_type": "image", "file_url": "https://storage.surefeedback.com/mockups/...", "project_id": "770e8400-e29b-41d4-a716-446655440002", "created_at": "2026-03-02T12:00:00Z" } }
Upload an image or PDF as a mockup.
Was this page helpful?