Rest api bulk create jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 rest api bulk create jobs found, pricing in USD

    ...front-end code using modern web technologies such as HTML, CSS, and JavaScript. - Integrate the front-end with the back-end API endpoints to enable seamless communication and data exchange. - Optimize the web interface for performance, ensuring fast loading times and smooth user interactions. - Implement user authentication and authorization mechanisms to ensure secure access to the application. - Conduct thorough testing and debugging to identify and fix any front-end issues or bugs. - Stay up-to-date with the latest front-end development trends, techniques, and best practices, and incorporate them into the project when appropriate. - Collaborate with UX/UI designers to create visually appealing and user-friendly interfaces. - Participate in code reviews and provide const...

    $23 / hr (Avg Bid)
    $23 / hr Avg Bid
    29 bids

    I am currently working on a JavaFX project that is in n...user authentication, data entry forms and graphical charts and visualizations. However, the Graphical User Interface (GUI) needs enhancement to ensure a better user experience. • Finish the incomplete JavaFX code and make the project work properly. • Enhance the GUI – it should be pretty straightforward for someone with your skills. • Ensure that the GUI makes logical sense and applies well to the rest of the code. The ideal candidate for this project should be an experienced JavaFX coder comfortable with GUI enhancement implementations. Having excellent attention to detail and problem-solving skills will be a plus. so milestone3 is my last task and the zip file contains my code that need to be complete...

    $25 (Avg Bid)
    $25 Avg Bid
    3 bids

    Please read content of requerments I am seeking an experienced 360 marketing specialist for my social media platforms which include Facebook, Instagram, LinkedIn, and Twitter. The successful candidate will need to be a native Spanish speaker. To sell Point of sale For B2B sells of software Key responsibilities include: - Creating engaging and compelling content that will resonate with my target audience - Designing and implementing a comprehensive social media strategy aimed at driving sales - Creating and designing the Ads - Monitoring and analyzing metrics to ensure the effectiveness of campaigns

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    2 bids

    ...will be the exclusive property of Next. Next project: 1. Create a timeline. 2. Create a wireframe of the project 3. Create the UX of the project while the rest of the project progresses. 4. Create the AWS site, create/set-up the servers and databases while the rest of the project progresses. 5. Create the Affiliates Setup and Control site 6. Create the Affiliate site - xx days 7. Create the Training site – xx days 8. Create the End User site – xx days 9. Create the Customer Management site – xx days 10. Create the Service Ticket site – xx days 11. Create the Routing and Scheduling site – xx days 12. Create the Billing Center site – xx day 13. C...

    $2345 (Avg Bid)
    $2345 Avg Bid
    40 bids

    ...which is developed using PHP. I already have my mind set on using Google Cloud Speech-to-Text API for this. Key requirements for the voice search implementation include: - Enabling voice search for content navigation: Users should be able to navigate through my website using their voice, reducing the dependency on traditional text-based searches. - Enabling voice search for information retrieval: Users should be able to ask questions and receive relevant information from the website using voice commands. Ideal Skills & Experience: - Proficiency in PHP development is a must, as my website is built on this platform. - Experience in integrating third-party APIs, particularly Google Cloud Speech-to-Text API. - Prior work on implementing voice search functionality in webs...

    $175 (Avg Bid)
    $175 Avg Bid
    25 bids

    I am looking to create a Windows exe trading application that will leverage an API for automated trading strategies. Key Features: - Order Placement and Management: The primary function of the app is to place and manage trades based on predefined criteria. It should be able to execute trades automatically without the need for manual intervention. Ideal Candidate: I am seeking a developer with a background in finance and algorithmic trading who can bring the following skills and experience to the project: - Proficiency in Windows application development using Python or similar languages. - Experience with trading APIs, particularly in the context of order execution and management. - A solid understanding of trading strategies and the ability to translate these into functio...

    $301 (Avg Bid)
    $301 Avg Bid
    4 bids

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    $139 (Avg Bid)
    $139 Avg Bid
    22 bids

    I need a custom WHMCS module that will take my DNS management to the next level. This module should: - Offer comprehensive DNS record management capabilities - Provide...management options In terms of the user interface, I'm looking for a blend of simplicity and modernity. So, the UI should be: - Simple and intuitive for users to easily navigate and use - Modern and sleek to align with the current design trends The key part of this project is integrating with a custom DNS service. This means the module will need to be: - Compatible with the custom DNS service I use (API) is available - Highly functional for smooth integration and operation Ideal candidates should have experience with: - WHMCS module development - DNS management systems - Custom UI/UX design - Third-par...

    $39 (Avg Bid)
    $39 Avg Bid
    8 bids
    Dotnet developer 6 days left

    Required a dot net developer. Speacialized in Microservices acrhitecture based solution. Dotnet Core, C#, SQL, Data transformation, API gateway, Auth based security.

    $439 (Avg Bid)
    $439 Avg Bid
    17 bids

    I am looking for an 2-d artist NOT LOGO DESIGNER to create a unique heraldic image for me(you will be provided with references). Please look at my attached example for reference so you can see my expectation both in terms of style and complexity. If you are interested, please send examples of your previous work for consideration. (You will not be considered without submitting examples of your previous work, it is not my job to go to your profile and search) Compensation is $50 cad! If this is not enough, I completely understand, no one should be asked to do a job for pay they don't believe is enough. All I ask is you simply don't apply, and instead apply for the jobs that where the pay is agreeable to you.

    $54 (Avg Bid)
    $54 Avg Bid
    75 bids

    ...candidate should also have a strong background in algo trading and low latency applications. Key Requirements: - Experience with C# and Visual Studio for .NET development. - Previous work on both web and desktop applications. - Proven experience with algo trading. - Prior experience working in low latency applications - React JS work experience is added advantage Skills: - Worked with Websocket, REST APIs - React JS - Ability to understand code written by others and refactor. - Write clean, robust and performant code. Your role will involve: - Building and maintaining robust, high performance applications. - Using your knowledge of algo trading to implement and optimize trading algorithms. I'm on a tight timeline and need this completed as soon as possible. If you have t...

    $1241 (Avg Bid)
    $1241 Avg Bid
    27 bids
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    $25 (Avg Bid)
    $25 Avg Bid
    14 bids

    I am looking for an experienced developer to create a Hangman game using React and utilising a specific API for generating random words. This game will implement particular features of my choosing but will not revolve around any specific visual theme or elements. Key Requirements: - In-depth knowledge and experience working with React. - Understanding and previous work with APIs, specifically in random word generation. - Ability to implement specific features to enhance the hangman game experience. Expected Deliverables: - A fully functional hangman game that runs smoothly and is bug-free. - Proper integration with the pre-selected random word generation API. Note: Although no specific visual elements or themes are required, creativity is appreciated in the design p...

    $135 (Avg Bid)
    Urgent
    $135 Avg Bid
    36 bids

    I need to automate the process of sending UPI payment links to my clients and recording the payments they make. Key Requirements: - Integrate UPI as a payment method for my business ...Requirements: - Integrate UPI as a payment method for my business - Develop a system that automatically sends the payment links to customers - Record the customer details and the payment information each time a payment is made The ideal freelancer for this project will have: - Proficiency in UPI and payment gateway integrations - Experience in automating payment processes - Familiarity with WhatsApp API for sending messages - Knowledge of data recording and management systems - Previous experience in developing similar systems would be a plus Please indicate your relevant experience when bidding. ...

    $153 (Avg Bid)
    $153 Avg Bid
    11 bids

    I'm in need of a professional web developer who can create a clean and professional website that is also fully responsive and mobile-friendly. Ideal Skills & Experience: - Proficient in web development - Experienced in creating professional websites - Skilled in creating responsive and mobile-friendly designs Workflow: Customer fills out the booking form on our website with their details and preferences. Customer proceeds to the payment gateway (Razor pay) to complete the booking transaction. Upon successful payment, the booking details are stored in our database, and a unique booking ID is generated. Admin reviews new bookings via the admin dashboard and assigns cars and drivers based on availability. Customers receive confirmation of their booking along with trip detai...

    $149 (Avg Bid)
    $149 Avg Bid
    24 bids

    I have a wix website and sell products via wix STORE. I need to integrate Viva Wallet as a payment provider. I am looking for a VELO professional or PHP code knowledge to create a cash out and integrate the payment API key.

    $163 (Avg Bid)
    $163 Avg Bid
    51 bids

    I am in need of a skilled Full Stack Python Developer to primarily focus on back-end development tasks. The main areas of focus include: - User Authentication & Authorization: Implement a secure user authentication system to ensure data integrity and user privacy. - API Development & Integration: Develop new APIs and integrate with existing ones, for seamless communication between various components of the platform. - Data Processing & Analytics: Implement robust data processing and analytics functionalities to make informed decisions and gain insights from user interactions and other data sources. You will also be responsible for: - Payment Gateway Integration: Integrate payment gateways to facilitate transactions within the platform. - Social Media Integration: Imple...

    $2229 (Avg Bid)
    $2229 Avg Bid
    67 bids

    I have a Vue 3 application that uses Quasar. The application is basically a blog with a few routes and simple pages. It uses backend API to fetch the data for articles. I want to deploy this app ideally to Vercel or Netlify. For SEO reasons, I want to use server-side rendering (SSR) so that user receives already rendered HTML and the API call is not necessary on the client. On the client, the app should hydrate so that it becomes interactive. The app is already working and when it is deployed without SSR, it works correctly. So you don't need to develop the app. You will need to configure the SSR in the project, configure the deployment location (Vercel or Netlify), and potentially adjust the existing JS code so that it works correctly in SSR environment (maybe this is...

    $161 (Avg Bid)
    $161 Avg Bid
    38 bids

    I need a proficient developer to help me build a private API management console for the game Rust, using the Gportal private API. The core functions of the Console Rust Gportal Private API are mainly centered on player data retrieval, server status updates and server configuration management. Here's an overview of the project requirements: - You will be responsible for building a secure and user-friendly private API management console specifically for Rust, using the Gportal private API. - The system should allow for the retrieval of player data, server status updates, and server configuration management. - The UI should be intuitive and engaging, allowing for easy navigation and efficient use. - The system should be able to handle high volumes of...

    $72 (Avg Bid)
    $72 Avg Bid
    24 bids

    I am looking to build a travel portal primarily catered to individual travelers. The portal should incorporate features facilitating flight bookings and hotel reservations: Main Feature...straightforward booking procedures. - Professional and visually appealing: Considering the target audience, the design must be aesthetically pleasing and project a professional image. Ideal Skills and Experience for the Job: - Extensive experience in web development and design. - Proven capability in developing travel booking platforms. - Knowledge in integrating APIs, specifically the PartoCRS API. - Creativity and an eye for detail in designing user-friendly and appealing portals. Your expertise and creativity in creating this engaging travel portal for individual travelers will be greatly ap...

    $482 (Avg Bid)
    $482 Avg Bid
    93 bids

    As I'm looking to establish a new SMM panel, I need a skilled developer who can integrate key features into the script. Here's an overview of what the project entails: - **Core Features**: Implement a User Management System, API Integration and Payment Gateway Integration. Given the sensitivity of the data involved, it's crucial that these features are robust, secure and user-friendly. Build a cross-functional SMM panel that generates and sells traffic for all social media platforms. - **Security**: Incorporate Two-Factor Authentication and an IP Whitelisting system. Additionally, the script should have an extensive Activity Log Monitoring mechanism. - **Performance**: Develop a script that prioritizes speed and responsiveness. This includes a Fast Loading Service, ...

    $517 (Avg Bid)
    $517 Avg Bid
    84 bids

    ...who can assist with live streaming on Kwai. The streams are to be public and will primarily focus on entertainment content. Live content: casual games. During the live broadcast, introduce the game you are playing to the audience. Live broadcast platform: Kwai platform Live time: Live broadcast time: 7:00-10:00 in the evening local time in Brazil, two hours of continuous broadcast every day. Rest: 4 days off a month. Basic requirements: computer equipment and Internet in Portuguese (and preferably in English) and cheerful the face live Job salary: Fixed part: 2 hours of live broadcast every day, 10 US dollars per hour. If you are willing to broadcast for a third hour, the hourly wage for the third hour is $5. Commission part: During the live broadcast

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    3 bids

    I'm looking to develop a Sof...Payment Processing integration. - An AI Chatbot with capabilities for information retrieval and analysis. - An OCR (Optical Character Recognition) system. - Both Frontend and Backend development are necessary. - Seamless integration of the AI chatbot, OCR, and payment processing into the website. - A well-documented API to allow for future expansion. The ideal candidate for this project should be proficient in Python (Django/Flask), laravel, node js, vue js, AI programming, and API development. Experience with building SaaS platforms, payment processing integration, and chatbot development would be a great advantage. Accuracy, scalability, and security are top priorities for this project. Immediate availability and good communication skil...

    $661 (Avg Bid)
    $661 Avg Bid
    89 bids

    I'm in need of an experienced Java Full Stack Developer to build a comprehensive application with the following features and requirements: - **Features and Functionalities** I need the application to have the following features: - User registration and login: A secure and user-friendly way for users to create accounts and log in. - Payment processing: A seamless payment processing system. - Data encryption: Robust data encryption measures to ensure user data is safe and secure. - **Design and UI/UX Requirements** I'm looking for a modern and clean design that is responsive and mobile-friendly. The interface should be intuitive and user-friendly, making it easy for users to navigate and interact with the application. - **Integration and Third-Party Service...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    34 bids

    Hi, I will assist you with creating WordPress website. There will be three main sections. Only story will be dynamic and other two will be just static. In story section when user will click on it, he/she will add their child name. If they will find name existing then they can click on the name and story will be played otherwise, need to create ttf file and with the use of google cloud api need to create audio, that will store on server and then it will be played. Please let me know if I missed anything from the scope.

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    1 bids

    In need of a skilled professional to develop a RESTful API using Python. The API should be designed to handle multimedia data. Ideal Expertise: - Proficient in Python programming. - Thorough experience in RESTful API development. - Should specifically be adept in dealing with multimedia data handling. - Great problem-solving skills. - Conduct testing ensuring optimization and compatibility. Transparency, communication, and attention to detail will be crucial for this role. A fast turnaround will be appreciated without compromising on quality. If you have what it takes to handle this job, I welcome you to make your bid.

    $110 (Avg Bid)
    $110 Avg Bid
    23 bids

    I have two APIs in PHP that need to be fixed, specifically regarding issues with user authentication. Key Requirements: - Fix API A and API B - Resolve the authentication problems - Ensure APIs are properly authenticating users Ideal Skills and Experience: - Strong experience with PHP - Proficiency in working with APIs - Prior experience in resolving authentication issues - Ability to troubleshoot and debug efficiently Please let me know about your prior experiences in fixing PHP APIs, especially with user authentication. Feel free to share examples of your previous work or any relevant details. Your proposal should outline your plan on how you intend to resolve the issues and demonstrate that you understand the project requirements.

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    10 bids

    We have 3 variable products that we are looking for a solution to easily configure for variable products with certain extra-cost variables. We need immediate assistance on this; if you can not assist in the next 12 hours, please do not bid. We are on a schedule, and if we have to configure all the variations manually, we will meet the client...plenty that don't do enough. Script Snippet: I have seen several PHP snippets where you can add cost to a product. I prefer this over a bulky plugin since the only challenge is adding the $20 upcharge to the dynamic base price based on size. Example: We are testing the plugin: WooCommerce Bulk Variations () but I don't think it i

    $145 (Avg Bid)
    Urgent
    $145 Avg Bid
    51 bids
    Gportal Private API 6 days left
    VERIFIED

    Needing G portals Private API and the method to get it ourselves

    $23 (Avg Bid)
    $23 Avg Bid
    8 bids

    I want to present my boyfriend and his best friend who are turning 40 together with a laugh by merging their faces into the iconic film poster for "Stepbrothers." I'm looking to replace the faces of Brennan Huff and Dale Doback in the poster with my friends' faces. The date should be June 8th 2024 and change Will Ferris name to Brent Svendsen and Jim O’riley to Russ Schulhauser. Must be able to have this sized up enough to print as a poster. For this project, I will provide high-quality photos of my friends that will need to be edited to match the tone and style of the poster to ensure the final product looks as realistic as possible. Ideal Skills: - Proficiency in Adobe Photoshop or similar photo editing software - Previous experience in editing photos into m...

    $50 (Avg Bid)
    Guaranteed
    $50
    27 entries

    We are building a financial application whereas you can put money hence our AI works on it through big data and automation. The project is about algorithmic auto-investing trading on world wide's financial market. Fixed Rate Job Paid based on success delivery per country. $10/country. Make about 5-10 API/country for installing python, setting SQL for our applications and Google Sheet. For each country may need API for such as : 1. Historical Data 2. Financial Scrapped Source 3. Financial Summary Scrapped Source 4. Interest rate 5. Some More Required Skill & Experience : 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian ...

    $29 (Avg Bid)
    $29 Avg Bid
    14 bids

    I need a cabinet drawing created based on the attached detailed illustrations. Need to add some minor details (ventilation holes, eye bolt etc) to reflect the actual cabinet. The final deliverable should be as per attached example in PDF format. -Need done urgently by Today. -Final version to be provided in PDF format.

    $58 (Avg Bid)
    $58 Avg Bid
    41 bids

    Integrate payment gateway. Payment gateway dont have suitable sdk for flutter. Flutter App.

    $69 (Avg Bid)
    $69 Avg Bid
    13 bids

    I'm in need of an experienced developer or agency to create a custom assessment platform, similar to Coderbyte/ Hackerrank tailored to my specific needs not limited, but similar to . Here's what I'm looking for: 1. AI-Generated Code Assistance** - **Smart Code Suggestions**: Implement AI algorithms that provide real-time code suggestions and auto-completions similar to tools like GitHub Copilot. - **Code Snippets**: AI can suggest commonly used code snippets based on the problem statement and context. - **Problem Solving Hints**: AI can offer hints or guide candidates through difficult problems without giving away the solution. - **Adaptive Learning**: Use AI to adjust the difficulty of questions based on the candidate's performance in real-time. ### **2. A...

    $2606 (Avg Bid)
    $2606 Avg Bid
    17 bids

    this is a static page, i need to create dynamic add of posts from top box. top box is like facebook with a create button, then you should list the posts. in the first box you need to add category (an empty select with cat1 cat2 cat3) a calendar date and an autocomplete for searching country-city ok? i will provide you api and project on github so im here for anything that is related to backend - create post - retrieve post - edit a bit the card

    $50 (Avg Bid)
    $50 Avg Bid
    35 bids

    I urgently need an expert to find Gportals Private API to create plugins for the Console Rust game. The main goal is to develop a custom administration panel, automate server management tasks, and enable integration with other applications. Despite skipping the specific functionalities for the plugins, flexibility and versatility should be core in their design. The completion of this project is time-sensitive, thus immediate engagement is appreciated. Skills and Experience: - Experience with Gportals Private API - Proficiency in console game plugin development - Knowledge of server management automation - Demonstrable successful projects in similar tasks.

    $128 (Avg Bid)
    $128 Avg Bid
    32 bids

    ...looking for an artist to create three different versions of the same character with varying outfits. - The first character should be styled as a cowboy. - The second character should be designed as a safety person with a hard hat and a reflective vest. - The third character should be wearing a tie. The clothing design for each character should be simple and minimal. While I have specific colors in mind for some parts of the outfit, the artist is welcome to make creative decisions with the rest. There is no need for any background elements, just a focus on the character design. Ideal candidates for this project should: - Be skilled in character design, with experience in creating simple and minimalistic designs. - Have a portfolio that demonstrates the ability to cre...

    $62 (Avg Bid)
    $62 Avg Bid
    72 bids
    Laravel API integration 6 days left
    VERIFIED

    Estimated 10 API to integrate. CRUD work.

    $34 (Avg Bid)
    $34 Avg Bid
    31 bids

    I'm looking for experienced Node.js developers to create a RESTful API for my project. Key Requirements: - Develop a RESTful API: The API should follow REST principles for web services, ensuring easy consumption and compatibility with various applications. - JSON Format: The API should primarily support JSON format for data exchange. Ideal Skills and Experience: - Proficiency in Node.js: Thorough understanding and hands-on experience with Node.js for server-side scripting. - API Development: Prior experience in developing RESTful APIs is essential. - JSON Handling: Expertise in handling JSON data format within APIs. This project will involve working closely with the front-end team. If you have a solid experience in Node.js and A...

    $140 (Avg Bid)
    $140 Avg Bid
    36 bids

    ...specifics: - Features: The bathroom should include a double vanity and a walk-in shower, but no Jacuzzi tub is needed. - Style: The overall design should be in a contemporary style. This includes a modern, minimalist approach, with sleek lines and a clean aesthetic. - Materials: The bathroom will feature quartz countertops. A minimum 60-inch vanity with a double sink A toilet separated from the rest of the suite by a wall and door. A tiled shower with subway tiles for both the walls and floor, possibly with a built-in bench. A walk-in closet/dressing room. Full-size 32-inch doors. If possible, the walk-in closet and dressing area should have direct access to both the bathroom area and the bedroom. We have a total area of 8 ft x 16 ft (128 sq ft) if you remove the walls. Ideal ...

    $132 (Avg Bid)
    $132 Avg Bid
    55 bids

    Just create db for a form only. To save value from form.

    $40 (Avg Bid)
    $40 Avg Bid
    47 bids

    I'm looking for a skilled developer who can integrate WhatsApp API into my Wordpress website to allow for sending promotional messages to customers. Additionally, I need this feature further developed into a simple chatbot for automated responses. - Your primary tasks will include: - Setting up the WhatsApp API to the website - Configuring it to allow for sending messages to customers - Developing a basic chatbot functionality - Ensuring the chatbot can provide automated responses based on predefined rules You should have: - Proven experience in integrating APIs, specifically WhatsApp API - Proficiency in developing chatbots - Knowledge of Wordpress and it's capabilities for handling APIs - Good understanding of marketing and customer engagement - S...

    $116 (Avg Bid)
    $116 Avg Bid
    37 bids

    I need a plugin that includes Apple Pay, Google Pay, and Link payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view ...payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view the documentation here: The app that uses the plugin should also be able to customize the 'statement description', which is a capability provided by the Stripe API (createPaymentIntent). The suitable person would have experience in creating Bubble plugins, and hopefully would be easy for the person to make a quick and simple payment integration.

    $128 (Avg Bid)
    $128 Avg Bid
    15 bids

    I'm looking for an experienced developer to help with real-time text data scraping via API and management using BeautifulSoup. This project is primarily focused on retrieving text data and storing it in a database. Key Responsibilities: - Implement an API scraper to continuously retrieve text data in real-time - Utilize BeautifulSoup for data extraction and management - Develop a robust database to store all the scraped text data The ideal candidate should have: - Proficiency in Python programming language - Strong experience with API scraping and BeautifulSoup - Previous work involving real-time data scraping - A good understanding of database management It is important that the data scraping runs seamlessly and accurately in real-time. Prior experience with...

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    27 bids

    I'm seeking a seasoned back-end engineer with expertise in Node.js and MongoDB. Your primary responsibility will be developing APIs that integrate seamlessly with external services. Key tasks include: - API development: You should have a proven track record of creating robust, efficient APIs. - Integrating with third-party services: The APIs you develop need to be able to communicate effectively with a range of external platforms. - Database design and optimization: While not the core focus, a strong understanding of MongoDB and how to optimize it for performance and scaling is beneficial. The project is centered around building a backend system that can handle a variety of tasks and interactions. While the exact scale of the project isn't currently known, the potential ...

    $2184 (Avg Bid)
    $2184 Avg Bid
    113 bids

    ...The primary focus of this project is to create a personal travel assistant that provides personalized recommendations. This travel AI should be built using data from SkyScanner or similar sites. Key Requirements: - Integration with Instagram: The AI must be capable of operating within the Instagram interface. - Providing Travel Recommendations: The primary function of the AI will be to offer travel suggestions tailored to the user's preferences. - User Interaction: The AI should ask direct questions to the user during interactions. This will help the AI to learn and refine its recommendations based on user feedback. Ideal Skills & Experience: - Proficiency in AI Development: Experience in building AI systems, particularly for personalization. - API Integration:...

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    I am looking for a freelancer capable of creating an extension adaptable to Buddypress and/or Budyboss which allows you to record and publish audio as a post for a community type site. Urgent project, tell me if you have understood my request correctly and what your price would be for it.

    $174 (Avg Bid)
    $174 Avg Bid
    30 bids

    I'm seeking a expert to seamlessly integrate the Gemini API within my existing app. This integration needs to facilitate real-time updates on specific information. Key Project Details: - The primary focus of this integration is to enable real-time chatbot updates and basic reporting. - The API should provide up-to-date data when I request a report. - This isn't for automating trades or portfolio performance monitoring but specifically for keeping the chatbot informed with the latest updates. Ideal Skills and Experience: - Proficiency in with a proven track record of API integrations. - Deep understanding of the Gemini API and its capabilities for real-time data. - Prior experience in developing chatbots or similar interactive features would be a ...

    $231 (Avg Bid)
    $231 Avg Bid
    11 bids

    We are looking for a talented PHP Laravel Programmer to join our team and work on our B2B ecommerce website and app development. The ideal candidate will have a strong background in PHP and Laravel, with experience in building and maintaining ecommerce platforms. This is a remote position, offering the flexibility to ...media sharing feature implementations. Ability to dedicate full-time to the project is crucial. Familiarity with version control systems (e.g., Git). Strong problem-solving skills and attention to detail. Ability to work independently and as part of a team. Excellent communication and collaboration skills. Preferred Skills: Experience with frontend frameworks like Vue.js or React. Knowledge of API integrations and payment gateways. Familiarity with DevOps practices ...

    $580 (Avg Bid)
    $580 Avg Bid
    199 bids

    ...who have done similar projects in the or beginners please dont bother i do not have time to explain over and over again. So this is the requirements for the project: Inviter script must have some user friendly interface (HTML or app interface like Java or similar) Inviter script will take inputs of multiple Telegram API’s (accounts) total from 5 or 10 accounts a) API ID b) API Hash All API’s (Accounts) would be added to target channel/group as admins Script will read files where all accounts to be invited will be listed in the following format: @jacksparow @did738 @simao79 @wiro … The user file will contain anywhere from 1000-2000 users thats why i need script to be multithreaded and add Users from 10 Telegram API’s simultaneou...

    $173 (Avg Bid)
    $173 Avg Bid
    11 bids