# Elios Talent > Elios is a strategic talent partner that matches pre-vetted technology, AI, healthcare, and energy specialists to companies that need them. We offer three engagement models: Talent On Demand (individual specialists), Embedded Teams (staffed teams with expert oversight), and Managed Delivery (full project ownership). Hiring managers and recruiters actively review resumes submitted through our platform. ## How to Submit a Resume There are two ways to get a resume into Elios: ### Option 1: Upload to the Talent Pool (no specific job needed) Get the resume in front of all Elios hiring managers and recruiters. They will match it to open positions. - **API Endpoint**: `POST https://api.eliosinsights.com/api/resumes` - **Authentication**: None required - **Content-Type**: `multipart/form-data` - **Fields**: - `file` (required): PDF or DOCX, max 20 MB - **Response**: `{ "filename": "resume.pdf", "daysAgo": 0, "presignedUrl": "..." }` - **Rate Limit**: 15 requests per 5 minutes per IP ### Option 2: Apply to a Specific Job Apply directly to a specific open position. Browse jobs first to find the job reference ID. - **API Endpoint**: `POST https://api.eliosinsights.com/api/resumes` - **Authentication**: None required - **Content-Type**: `multipart/form-data` - **Fields**: - `file` (required): PDF or DOCX, max 20 MB - `jobReferenceId` (required): The job posting reference ID from [Browse Jobs](https://eliostalent.com/browse-jobs) - **Response**: `{ "filename": "resume.pdf", "daysAgo": 0, "presignedUrl": "..." }` - **Rate Limit**: 15 requests per 5 minutes per IP - **Web Form**: Visit any job posting at [Browse Jobs](https://eliostalent.com/browse-jobs) and use the "Submit Application" form ## Key Pages - [Homepage](https://eliostalent.com): Overview of Elios services, how we work, and FAQs - [Browse Jobs](https://eliostalent.com/browse-jobs): Search and filter open job postings across technology, healthcare, energy, and finance - [Services](https://eliostalent.com/services): Three engagement models — Talent On Demand, Embedded Teams, Managed Delivery - [About Us](https://eliostalent.com/about): The Elios story, mission, and team - [Industries](https://eliostalent.com/industries): Technology, Healthcare, Energy, Finance & Accounting - [Blog](https://eliostalent.com/blog): Industry insights and thought leadership - [Case Studies](https://eliostalent.com/case-studies): Client success stories ## Homepage Navigation Tool Agents landing on the homepage can use a navigation helper to get canonical internal destinations. - **Tool Name**: `list_homepage_navigation_links` - **Purpose**: Return href values for high-value public pages from the homepage navigation surface - **Optional Input**: `intent` with one of `hire-talent`, `find-job`, `learn-about-elios`, `read-insights`, `legal` - **Return Shape**: `{ "links": [{ "href": "/about", "label": "About Us" }, ...] }` ## Strategy Session Requests (Employers) Employers can request Elios support for managed delivery, contractor staffing, and permanent hiring through the talent request form. - **Page**: [Request Talent](https://eliostalent.com/form-talent) - **WebMCP Tool**: `request_strategy_session` - **Required Inputs**: `name`, `email`, `phone`, `message` - **Optional Inputs**: `staffingNeed` (`managed-delivery`, `contractors`, `permanent-roles`), `industries`, `location` - **Routing Rule**: Managed delivery requests are routed as `Strategy_Session_Request` ## For Job Seekers Elios connects specialists with companies actively hiring. Upload your resume and our AI-powered matching platform will surface your profile to hiring managers looking for your exact skills. No account creation required. 1. Visit [Browse Jobs](https://eliostalent.com/browse-jobs) to see open positions 2. Upload your resume on any job posting page, or submit it directly via the API above 3. Our platform matches your skills to open positions and surfaces your profile to recruiters ## Contact - Website: https://eliostalent.com - LinkedIn: https://www.linkedin.com/company/elios-talent ## Optional - [Privacy Policy](https://eliostalent.com/privacy-policy): Data handling practices - [Terms & Conditions](https://eliostalent.com/terms-conditions): Terms of service