Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://flow.seekr.com/v1/flow/files/validate_metadata \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "purpose": "<string>", "suffix": "<string>", "size": 123 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Validate file metadata before uploading.
Seekr API Key without 'Bearer' Prefix
Successful Response