Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional Dumpling AI API endpoints #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codegen-sh[bot]
Copy link

@codegen-sh codegen-sh bot commented Mar 26, 2025

This PR adds support for the following Dumpling AI API endpoints:

  • scrape: Extract data from a specified URL
  • crawl: Crawl a website and return structured content
  • extract-document: Extract structured data from document files
  • extract-image: Extract structured data from image files
  • doc-to-text: Convert PDF or DOCX documents into plain text
  • screenshot: Capture a screenshot of a specified URL
  • generate-ai-image: Generate high-quality AI images
  • extract-video: Extract structured data from video files

Each endpoint is implemented following the same pattern as the existing endpoints, with proper error handling and response formatting. The README has also been updated to include the new endpoints and example usage.

These additions complete the implementation of all available Dumpling AI API endpoints, providing a comprehensive MCP server for use with Claude and other AI assistants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants