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 tags API

The tags API from Evrim — 4 operation(s) for tags.

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

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

This API exposes 9 operations across 4 paths, and defines 14 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.

9 operations 4 paths 14 schemas 1 DELETE3 GET1 PATCH3 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 tags API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (knoxApiToken).

Paths & Operations 9

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

tags 9
GET
/prod/v0/tags/
tags_list 2 params → 200
POST
/prod/v0/tags/
tags_create body → 201
GET
/prod/v0/tags/{id}/
tags_retrieve 1 param → 200
PUT
/prod/v0/tags/{id}/
tags_update 1 param body → 200
PATCH
/prod/v0/tags/{id}/
tags_partial_update 1 param body → 200
DELETE
/prod/v0/tags/{id}/
tags_destroy 1 param → 204
POST
/prod/v0/tags/{tag_id}/collections/
Tag a collection
tags_collections_create 1 param body → 201
GET
/prod/v0/tags/{tag_id}/profiles/
Get all profiles associated with a tag
tags_profiles_list 3 params → 200
POST
/prod/v0/tags/{tag_id}/profiles/
Tag all profiles with the tag
tags_profiles_create 1 param body → 201

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are CreatedField (16 properties), Field (12 properties), Profile (8 properties), Outline (6 properties). Each schema is shown below with its type and property counts.

Template
object
5 properties 3 required
Snapshot
object
5 properties 5 required
Field
object
12 properties 4 required
Outline
object
6 properties 5 required
TagToCollection
object
Add all profiles with a specific tag to a collection
1 property 1 required
PaginatedProfileList
object
4 properties 2 required
PatchedTag
object
3 properties
Report
object
5 properties 5 required
CreatedField
object
16 properties 8 required
Profile
object
8 properties 5 required
PaginatedTagList
object
4 properties 2 required
Answer
object
4 properties 3 required
TagProfiles
object
Add tag to all profiles
1 property 1 required
Tag
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evrim-tags-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 fields API
Evrim health API
Evrim prod API
Evrim profiles API