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

The profiles API from Evrim — 10 operation(s) for profiles.

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

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

This API exposes 15 operations across 10 paths, and defines 18 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.

15 operations 10 paths 18 schemas 1 DELETE7 GET1 PATCH5 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 profiles API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (knoxApiToken).

Paths & Operations 15

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

profiles 15
GET
/prod/v0/profiles/
profiles_list 3 params → 200
POST
/prod/v0/profiles/
profiles_create body → 201
GET
/prod/v0/profiles/{id}/
profiles_retrieve 1 param → 200
PUT
/prod/v0/profiles/{id}/
profiles_update 1 param body → 200
PATCH
/prod/v0/profiles/{id}/
profiles_partial_update 1 param body → 200
DELETE
/prod/v0/profiles/{id}/
profiles_destroy 1 param → 204
POST
/prod/v0/profiles/{profile_id}/collections/
Add a profile to a collection
profiles_collections_create 1 param body → 201
POST
/prod/v0/profiles/{profile_id}/created-fields/
profiles_created_fields_create 1 param body → 201
GET
/prod/v0/profiles/{profile_id}/latest/
Get the latest snapshot for a profile based on the profile id and created date
profiles_latest_list 3 params → 200
GET
/prod/v0/profiles/{profile_id}/latest/relationships/
Get relationships for a snapshot as records for easy usage
profiles_latest_relationships_retrieve 1 param → 200
GET
/prod/v0/profiles/{profile_id}/reports/
Get all reports associated with a profile by looking up outlines and then reports
profiles_reports_list 1 param → 200
GET
/prod/v0/profiles/{profile_id}/snapshots/
profiles_snapshots_list 3 params → 200
POST
/prod/v0/profiles/{profile_id}/snapshots/
profiles_snapshots_create 1 param body → 201
GET
/prod/v0/profiles/{profile_id}/snapshots/{snapshot_id}/
profiles_snapshots_retrieve 2 params → 200
POST
/prod/v0/profiles/{profile_id}/tag/
Tag a profile
profiles_tag_create 1 param body → 201

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are CreatedField (16 properties), Field (12 properties), PatchedProfile (8 properties), Profile (8 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
CreateProfileSnapshot
object
4 properties 4 required
Outline
object
6 properties 5 required
CreatedFieldsToProfile
object
1 property 1 required
TagProfile
object
1 property 1 required
PaginatedProfileList
object
4 properties 2 required
PatchedProfile
object
8 properties
PaginatedCreateProfileSnapshotList
object
4 properties 2 required
LatestSnapshot
object
3 properties 3 required
Report
object
5 properties 5 required
ProfileToCollection
object
1 property 1 required
CreatedField
object
16 properties 8 required
Profile
object
8 properties 5 required
Answer
object
4 properties 3 required
Tag
object
3 properties 2 required
PaginatedLatestSnapshotList
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evrim-profiles-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 prompt-templates API