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://api.example.com/image/rate \ --header 'Authorization: Bearer <token>'
{ "data": { "results": [ { "error": { "code": "<string>" }, "status": "<unknown>", "url": "<string>" } ], "task": { "cost": "<string>", "id": "<string>", "status": "<unknown>" } } }
Mynth API key sent as Authorization: Bearer <api-key>.
Authorization: Bearer <api-key>
Rate images synchronously
Show child attributes