cURL
curl --request GET \ --url https://api.reprompt.io/v2/attributes \ --header 'Authorization: Bearer <token>'
{ "attributes": [ { "key": "<string>", "name": "<string>", "description": "<string>", "function_signatures": [ { "required_inputs": [ { "name": "<string>", "type": "<string>", "description": "<string>", "example": "<unknown>" } ], "output_schema": {}, "credit_cost": 123, "optional_inputs": [ { "name": "<string>", "type": "<string>", "description": "<string>", "example": "<unknown>" } ], "example_output": {} } ], "enrichment_type": "<string>", "generic_api_config": {}, "icon": "<string>", "favicon": "<string>" } ], "total_count": 123 }
List available attributes including custom attributes
Bearer token in the format: Bearer YOUR_API_KEY
Successful Response
Response for the /attributes endpoint
Show child attributes