You're looking at a specific version of this model. Jump to the model overview.

humbleworth /price-predict-v1:7fb93379

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
domains
string
example.com
Domain names to evaluate (comma-separated list or single domain, up to 2560 domains)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'error': {'nullable': True, 'title': 'Error', 'type': 'string'},
                'valuations': {'items': {'properties': {'auction': {'nullable': True,
                                                                    'title': 'Auction',
                                                                    'type': 'number'},
                                                        'brokerage': {'nullable': True,
                                                                      'title': 'Brokerage',
                                                                      'type': 'number'},
                                                        'domain': {'title': 'Domain',
                                                                   'type': 'string'},
                                                        'error': {'nullable': True,
                                                                  'title': 'Error',
                                                                  'type': 'string'},
                                                        'marketplace': {'nullable': True,
                                                                        'title': 'Marketplace',
                                                                        'type': 'number'}},
                                         'required': ['domain'],
                                         'title': 'DomainValuation',
                                         'type': 'object'},
                               'title': 'Valuations',
                               'type': 'array'}},
 'required': ['valuations'],
 'title': 'Output',
 'type': 'object'}