mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
feat(api): add dedicated api endpoint, update docs, update deploy modal
This commit is contained in:
@@ -4,7 +4,7 @@ import { SimStudioClient, SimStudioError } from '../src/index'
|
||||
async function basicExample() {
|
||||
const client = new SimStudioClient({
|
||||
apiKey: process.env.SIM_API_KEY!,
|
||||
baseUrl: 'https://sim.ai',
|
||||
baseUrl: 'https://api.sim.ai',
|
||||
})
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user