Claude / Generate x paths
Route: /api/claude/generate-xpaths
Method: POST
Authorisation: No authentication needed
Response object
Response status: 200 (OK)
Response type: DTO_claude_xpath_response
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 500 (InternalServerError)
Response body example
DTO_claude_xpath_request
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| fields | String | Fields | |
| url | String | Url | |
| html | String | Html | |
| system_prompt | String | System prompt |
DTO_claude_xpath_response
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| Id | String | Id | |
| Title | String | Title | |
| Price | String | Price | |
| SellerName | String | Sellername | |
| StoreName | String | Storename | |
| WebPage | String | Webpage | |
| String | |||
| Phone | String | Phone | |
| Address | String | Address | |
| Stock | String | Stock | |
| ItemCondition | String | Itemcondition | |
| UserId | String | Userid | |
| Images | String[] | Images | |
| NextPageUrl | String | Nextpageurl | |
| ListLinks | String | Listlinks |