Impulse home page
Search...
⌘K
Try Impulse For Free
Try Impulse For Free
Search...
Navigation
Datasets
Delete a specific dataset file
Documentation
Keys API
User API
Models API
Usage API
Fine Tuning API
Datasets API
Billing API
About
Blog
Python SDK
API Keys
POST
Create a new API key
GET
List all API keys for the current user
GET
Get details of a specific API key
PATCH
Update a specific API key
DEL
Revoke a specific API key
Base Models
GET
List all available base LLM models
GET
Get detailed information about a specific base model
Users
GET
Get current user information
PATCH
Update current user information
DEL
Delete user account internal api
Datasets
POST
Upload a new dataset file
GET
List all datasets uploaded by the user
GET
Get information about a specific dataset
PATCH
Update a specific dataset's information
DEL
Delete a specific dataset file
Fine-Tuning Jobs
POST
Create a new fine-tuning job
GET
List all fine-tuning jobs
GET
Get details of a specific fine-tuning job
POST
Cancel a fine-tuning job
Fine-Tuned Models
GET
List all fine-tuned models for the current user
GET
Get detailed information about a specific fine-tuned model
Usage
GET
Get a list of usage records for a given period
GET
Get total cost for a given period
Billing
GET
Get credit history for the current user
GET
Redirect to Stripe for adding credits
POST
Check if user has enough credits for a job internal endpoint
API Keys
GET
List all API keys for the current user
POST
Create a new API key
GET
Get details of a specific API key
DEL
Revoke a specific API key
PATCH
Update a specific API key
204
401
404
Copy
This response does not have an example.
Datasets
Delete a specific dataset file
DELETE
/
v1
/
datasets
/
{dataset_name}
Try it
204
401
404
Copy
This response does not have an example.
Authorizations
x-api-key
string
header
required
Path Parameters
dataset_name
string
required
Response
204
Dataset deleted successfully
Update a specific dataset's information
Create a new fine-tuning job
Assistant
Responses are generated using AI and may contain mistakes.