Skip to main content
POST
/
resource
/
Course
Crear Curso (Mínimo)
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Course \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "course_name": "Algoritmos Avanzados"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.edtools.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Body

application/json

course_name
string
required

Response

200

Respuesta exitosa del servidor.