Skip to main content

Get Your API Key

Before you can make API calls, you’ll need an API key from your InstaView dashboard.
1

Access the Dashboard

Log in to your InstaView dashboard
2

Navigate to API Settings

Go to SettingsAPI Keys
3

Create a New Key

Click Create API Key and select the scopes you need
4

Save Your Key

Copy and securely store your API key - you won’t be able to see it again!
Keep your API key secure! Never commit it to version control or expose it in client-side code. Use environment variables or secure secret management.

Make Your First Request

Let’s create your first job posting using the InstaView API.

Expected Response

Complete Workflow Example

Here’s a complete workflow showing how to create a job, add a candidate, and schedule an AI interview:
1

Create a Job

Use the example above to create a job posting
2

Create a Candidate

Add a candidate and associate them with the job
3

Create an Agent

Configure an AI interview agent
4

Schedule an Interview

Schedule an AI-powered interview for the candidate
5

Retrieve Results

Fetch the interview transcript and analysis

Understanding the Response Format

All InstaView API responses follow a consistent structure:
  • success: true for successful requests, false for errors
  • data: The requested resource or null if an error occurred
  • error: Error message string if success is false, otherwise null
  • timestamp: Server timestamp of the response
For errors, NestJS returns standard error objects:

Next Steps

Authentication

Learn about API keys, scopes, and security best practices

Core Resources

Explore jobs, candidates, interviews, and more

Error Handling

Handle errors gracefully in your integration

API Reference

Browse complete API documentation
Pro Tip: Use our interactive API playground in the API Reference section to test endpoints without writing code!