Quickstart Project
title: Quickstart: Launch Your First Project description: Simple steps to start a project with Novisurf's gateway API.
Start with Novisurf
Create a new project
- Login at
dashboard.novisurf.com - Click "New Project"
- Enter a name and select model type
Get your project key
Copy your Project API Key from the project overview page.
Make your first API request
curl -X POST https://api.novisurf.com/v1/infer \
-H "Authorization: Bearer PROJECT_KEY" \
-d '{"input": "Hello world"}'
Was this page helpful?
Last updated today
Built with Documentation.AI