CLI
import
Import traces from a JSONL upload (deprecated path — use /traces/import)
deprecated
Upload and parse a JSONL file.
Supports two formats:
1. Chat messages: {"messages": [{"role": "...", "content": "..."}]}
2. Instruction pairs: {"input": "...", "output": "..."}
Each line becomes a trace with source_type="manual".
POST
CLI
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Cookies
Response
Successful Response
The response is of type Response Import Jsonl Api V1 Import Jsonl Post · object.