Skip to content

Skills

El catálogo de playbooks de marketing validados. Requiere skills:read.

Cada skill lleva el método, las fórmulas, los umbrales y las señales de alarma de un trabajo concreto — cálculo de puja, ACoS objetivo, cosecha de search terms, contenido A+, reposición de FBA. Se sirven desde memoria y son las mismas para todas las cuentas: no dependen de tus conexiones.

Léelas antes de convertir datos en una recomendación. Llevan la matemática de margen, la cadencia y los modos de fallo que el consejo genérico se salta.

Servers

https://api.epinium.com

skills

Catalog of validated marketing playbooks, served from memory and shared by every account. Requires skills:read.


List available marketing skills

GET
/v1/skills

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

search

Case-insensitive substring match over the skill name and description. Use it to find a record by name when you do not have its id, instead of paging through the whole list. Regex metacharacters are matched literally.

Type
string
Min Length
1
Max Length
200
integration
Type
string
division
Type
string

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"description": "string",
  
  
  
"division": "string",
  
  
  
"integrations": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"blocks": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"references": [
  
  
  
  
"string"
  
  
  
]
  
  
}
  
],
  
"has_more": true
}

Playground

Authorization
Variables
Key
Value

Samples


Get one skill, or one of its reference documents

GET
/v1/skills/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Query Parameters

reference
Type
string

Responses

200

application/json
JSON
{
  
"id": "string",
  
"name": "string",
  
"description": "string",
  
"division": "string",
  
"integrations": [
  
  
"string"
  
],
  
"blocks": [
  
  
"string"
  
],
  
"references": [
  
  
"string"
  
],
  
"content": "string",
  
"reference": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


Powered by VitePress OpenAPI

Epinium Documentation