Skip to main content
POST
Create a split

Authorizations

Authorization
string
header
required

When using Friendli Suite API for inference requests, you need to provide a Friendli Token for authentication and authorization purposes.

For more detailed information, please refer here.

Headers

X-Friendli-Team
string | null

ID of team to run requests as (optional parameter).

Path Parameters

dataset_id
string
required

ID of the dataset.

Query Parameters

name
string
required

Response

OK

Split info.

id
string
required

ID of the split.

name
string
required

Name of the split.

createdAt
integer
required

Unix timestamp (in seconds) of when the split was created.

updatedAt
integer
required

Unix timestamp (in seconds) of when the split was last modified.

Last modified on June 9, 2026