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

Evrim fields API

The fields API from Evrim — 3 operation(s) for fields.

Evrim fields API is one of 18 APIs that Evrim publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include fields. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 0.5.18.

Requests are made against the base URL https://api.evrim.ai.

7 operations 3 paths 4 schemas 1 DELETE2 GET1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.5.18
Base URL
https://api.evrim.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Evrim fields API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (knoxApiToken).

Paths & Operations 7

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

fields 7
GET
/prod/v0/fields/
fields_list 4 params → 200
POST
/prod/v0/fields/
fields_create body → 201
POST
/prod/v0/fields/{field_id}/template/
fields_template_create 1 param body → 201
GET
/prod/v0/fields/{id}/
fields_retrieve 1 param → 200
PUT
/prod/v0/fields/{id}/
fields_update 1 param body → 200
PATCH
/prod/v0/fields/{id}/
fields_partial_update 1 param body → 200
DELETE
/prod/v0/fields/{id}/
fields_destroy 1 param → 204

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are PatchedField (12 properties), Field (12 properties), PaginatedFieldList (4 properties), FieldToTemplate (1 property). Each schema is shown below with its type and property counts.

FieldToTemplate
object
1 property 1 required
PaginatedFieldList
object
4 properties 2 required
Field
object
12 properties 4 required
PatchedField
object
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evrim-fields-api-openapi.yml Raw ↑

Other APIs Evrim publishes across the network.

Evrim answers API
Evrim blank API
Evrim bulk API
Evrim collections API
Evrim compose API
Evrim costs API
Evrim created-fields API
Evrim extract API
Evrim health API
Evrim prod API
Evrim profiles API
Evrim prompt-templates API