API Ninjas를 통해 인터랙티브 양식 인터페이스를 사용하여 요리를 찾기
초급
이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Form, FormTrigger, HttpRequest 등의 노드를 사용하며. API Ninjas의 상호작용 표单 인터페이스를 사용하여 요리를 찾습니다.
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (4)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "c8c9ba5d3eb26ae47a06d24ff164a01c0d73ed4753a74903c2bb609d434a0f6b"
},
"nodes": [
{
"id": "4a3b7b39-71a7-4a59-8c91-0ebf9fef29b2",
"name": "워크플로우 설명",
"type": "n8n-nodes-base.stickyNote",
"position": [
-250,
-250
],
"parameters": {
"color": 5,
"width": 272,
"height": 912,
"content": "## Workflow overview\n\nSimple recipe finder app. User enters an ingredient or dish into a form. Workflow calls API Ninjas Recipe API and shows the recipe result back on the form page.\n\n### Setup\n- **Form Trigger - Recipe Finder**: the entry form with a `query` field.\n- **Fetch Recipe from API Ninjas**: API call node using header auth.\n- **Show Recipe Result**: returns title, ingredients, instructions in formatted text.\n\n### Flow\n1. Form trigger waits for input.\n2. Passes query to API Ninjas.\n3. Fetches recipe.\n4. Shows formatted recipe back to user.\n\n### Notes\nQuick demo of how to build a recipe finder workflow in n8n. Expand easily with more features like multiple recipes, emails, or saving results."
},
"typeVersion": 1
},
{
"id": "891b66aa-1620-4867-b27c-b978588a5462",
"name": "API Ninjas에서 레시피 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
208,
0
],
"parameters": {
"url": "https://api.api-ninjas.com/v1/recipe",
"options": {},
"sendQuery": true,
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "query",
"value": "={{ $json.query }}"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "IU0D73p4jW1pvQE8",
"name": "API Ninjas Credential"
}
},
"typeVersion": 4.2
},
{
"id": "51dbc266-c345-4334-9349-f66a45ff5350",
"name": "폼 트리거 - 레시피 파인더",
"type": "n8n-nodes-base.formTrigger",
"position": [
0,
0
],
"webhookId": "7361e34a-fc0e-4125-8b89-6c5774c86b0b",
"parameters": {
"options": {},
"formTitle": "Find a recipe",
"formFields": {
"values": [
{
"fieldLabel": "query"
}
]
},
"responseMode": "lastNode"
},
"typeVersion": 2.2
},
{
"id": "2bbcb8e8-b63f-45a8-b141-07300ef724ba",
"name": "레시피 결과 표시",
"type": "n8n-nodes-base.form",
"position": [
448,
0
],
"webhookId": "51c635a1-9803-4fc0-a3b2-a7058cbd7356",
"parameters": {
"options": {},
"operation": "completion",
"completionTitle": "={{ $json.title }}",
"completionMessage": "=<h3>Ingredients</h3>\n{{ $json.ingredients }}\n\n\n<h3>Instructions</h3>\n{{ $json.instructions }}"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"891b66aa-1620-4867-b27c-b978588a5462": {
"main": [
[
{
"node": "2bbcb8e8-b63f-45a8-b141-07300ef724ba",
"type": "main",
"index": 0
}
]
]
},
"51dbc266-c345-4334-9349-f66a45ff5350": {
"main": [
[
{
"node": "891b66aa-1620-4867-b27c-b978588a5462",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 개인 생산성, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Python과 AI를 사용한 맞춤형 날씨 이메일
OpenWeatherMap, Python, GPT-4.1-mini를 사용하여 개인화된 날씨 보고서 생성
Code
Gmail
Form Trigger
+
Code
Gmail
Form Trigger
11 노드Moe Ahad
개인 생산성
개발 완료 - Veo3를 통한 제품 광고 생성
Google Veo 3, Gemini 및 Airtable을 사용한 AI 비디오 광고 생성 자동화
Code
Form
Wait
+
Code
Form
Wait
16 노드Intuz
콘텐츠 제작
다단계 문서 승인 및 감사 워크플로우
Supabase 및 Gmail을 사용한 다단계 워크플로 문서 승인 자동화
If
Set
Form
+
If
Set
Form
38 노드Alok Kumar
문서 추출
자동화된 데모 예약 시스템
Outlook 캘린더와 Zoom을 통합한 자동화된 데모 예약 시스템
If
Set
Code
+
If
Set
Code
21 노드AureusR
기타
TransferNow를 사용한 대용량 파일 자동 발송
사용TransferNow자동上传并보내기大文件
If
Set
Code
+
If
Set
Code
19 노드Davide
콘텐츠 제작
OCR.space 테이블 인식을 사용하여 영수증에서 텍스트 추출
OCR.space 테이블 인식을 사용하여 영수증에서 텍스트를 추출
Set
Form
Form Trigger
+
Set
Form
Form Trigger
9 노드Arkadiusz
청구서 처리
워크플로우 정보
난이도
초급
노드 수4
카테고리2
노드 유형4
저자
Milan Vasarhelyi - SmoothWork
@vasarmilanWe help you eliminate the busywork by building compact business tools tailored to your processes. 📞: https://smoothwork.ai/book-a-call ▶️: https://www.youtube.com/@vasarmilan
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유