Mini Hero

Nova AI API Integration Guide

Overview

This guide walks through how Nova sends prompts to Hugging Face using an Azure Function backend, returning generated text for dynamic frontend use.

  • API endpoint: https://ambientpixels-meme-api-fn.azurewebsites.net/api/generate-text
  • Azure Function: generate-text
  • Frontend tester: /lab/nova-ai-test.html
  • JS fetch logic: /js/nova-ai.js
  • Server function: /generate-text/index.js

Request Flow

Setup Steps

Backend Function Sample

Testing Locally

Troubleshooting