JYRIQAI
API Reference

REST API

Programmatic access to agent orchestration, RAG indexing, and diagnostics. All endpoints require Bearer token authentication.

Authentication

Include your API key in the Authorization header:

Authorization: Bearer jyriq_sk_live_••••••••

Base URL: https://api.jyriq.com

Endpoints

POST/v1/pipelinesCreate a new agent pipeline
GET/v1/pipelines/{id}Retrieve pipeline configuration and status
POST/v1/pipelines/{id}/runExecute a pipeline with input payload
GET/v1/traces/{traceId}Fetch full retrieval and agent execution trace
POST/v1/indexes/queryRun semantic search against a vector index
GET/v1/metrics/latencyQuery P50/P99 latency metrics over a time range

Rate Limits

Free tier: 1,000 requests/day. Pro: 100,000 requests/day. Enterprise: custom limits. See documentation for details.