Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Yutori Research API

The Research API from Yutori — 2 operation(s) for research.

Yutori Research API is one of 5 APIs that Yutori publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Research. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 3 operations across 2 paths, and defines 14 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against a single base URL, https://api.yutori.com.

3 operations 2 paths 14 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.yutori.com
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Yutori Research API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Use Authorization: Bearer

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Research 3
POST
/v1/research/tasks
Create A Task
create_research_task_v1_research_tasks_post body → 200422
GET
/v1/research/tasks
List Tasks
list_research_tasks_v1_research_tasks_get 3 params → 200422
GET
/v1/research/tasks/{task_id}
Get Status And Results
get_research_task_status_v1_research_tasks__task_id__get 1 param → 200422

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are ResearchTaskStatusResponse (9 properties), CreateResearchTaskRequest (9 properties), DeveloperUpdate (8 properties), TaskListResponse (8 properties). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
RejectionReason
string
ResearchTaskStatusResponse
object
Response for getting research task status and results.
9 properties 3 required
JsonSchemaSpec
object
2 properties
CreateResearchTaskRequest
object
9 properties 1 required
Citation
object
3 properties 2 required
TaskListResponse
object
8 properties 1 required
ValidationError
object
5 properties 3 required
TaskSpec
object
1 property
DeveloperUpdate
object
8 properties 3 required
TaskListSummary
object
Summary counts of one-time tasks by lightweight list status.
3 properties 3 required
TaskListItem
object
Lightweight one-time task metadata for developer API list endpoints.
6 properties 5 required
DeveloperReplayStats
object
6 properties
CreateResearchTaskResponse
object
Response for creating a research task.
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yutori-research-api-openapi.yml Raw ↑

Other APIs Yutori publishes across the network.

Yutori Browsing API
Yutori Chat Completions API
Yutori Health API
Yutori Scouting API