Cedar

Improve portfolio instructions using AI

post
Body
contentstring · max: 5000Required

The content to be improved (max 5000 characters). Supports both HTML and plain text input.

Example: <h3>Engineering Evidence: Prove Your Work</h3><p>In engineering, opinions don't count—only proof does...</p>
Responses
200

Instructions improved successfully

application/json
post
POST /v1/cedar/improve-portfolio-instructions HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "content": "<h3>Engineering Evidence: Prove Your Work</h3><p>In engineering, opinions don't count—only proof does...</p>"
}
{
  "instructions": "<div id=\"model-response-message-contentr_4971adac5bc2fd65\" class=\"markdown markdown-main-panel enable-updated-hr-color\" dir=\"ltr\"><h3>Improved Engineering Evidence: Prove Your Work</h3><p>This improved content provides clear, actionable guidance...</p></div>"
}

Improve evidence instructions using AI

post
Body
contentstring · max: 5000Required

The content to be improved (max 5000 characters). Supports both HTML and plain text input.

Example: <h3>Engineering Evidence: Prove Your Work</h3><p>In engineering, opinions don't count—only proof does...</p>
Responses
200

Instructions improved successfully

application/json
post
POST /v1/cedar/improve-evidence-instructions HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "content": "<h3>Engineering Evidence: Prove Your Work</h3><p>In engineering, opinions don't count—only proof does...</p>"
}
{
  "instructions": "<div id=\"model-response-message-contentr_4971adac5bc2fd65\" class=\"markdown markdown-main-panel enable-updated-hr-color\" dir=\"ltr\"><h3>Improved Engineering Evidence: Prove Your Work</h3><p>This improved content provides clear, actionable guidance...</p></div>"
}

Generate reflection questions using AI

post
Body
contentstring · max: 5000Required

The content to be used for question generation (max 5000 characters). Supports both HTML and plain text input.

Example: <h3>Engineering Evidence: Prove Your Work</h3><p>In engineering, opinions don't count—only proof does...</p>
Responses
200

Reflection questions generated successfully

application/json
post
POST /v1/cedar/generate-reflection-questions HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "content": "<h3>Engineering Evidence: Prove Your Work</h3><p>In engineering, opinions don't count—only proof does...</p>"
}
{
  "reflectionQuestions": [
    "What are the key challenges you faced during this project?",
    "How did you overcome obstacles to achieve your goals?",
    "What lessons did you learn that can be applied to future projects?"
  ]
}

Extract skills from instruction content using AI

post
Body
contentstring · max: 5000Required

The instruction content to analyze for skill extraction (max 5000 characters). Supports both HTML and plain text input.

Example: <h3>Web Development Project</h3><p>Students will build a full-stack web application using React, Node.js, and MongoDB. This project involves creating RESTful APIs, implementing user authentication, and deploying to the cloud.</p>
Responses
200

Skills extracted successfully

application/json
post
POST /v1/cedar/extract-skills HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 243

{
  "content": "<h3>Web Development Project</h3><p>Students will build a full-stack web application using React, Node.js, and MongoDB. This project involves creating RESTful APIs, implementing user authentication, and deploying to the cloud.</p>"
}
{
  "skills": [
    "React Development",
    "Node.js Backend Programming",
    "MongoDB Database Management",
    "REST API Development",
    "User Authentication Implementation",
    "Cloud Deployment",
    "Full-Stack Web Development"
  ]
}

Last updated

Was this helpful?