xREL.v3

API: release/addproof method - Wiki

Sprache wählen
Board RSS API Status Hilfe Kontakt
Optionen

Artikel: API: release/addproof method

API: release/addproof method

Currently NOT available


Adds a proof picture to a given API release id. More info on proof pictures can be found here.

URL
https://api.xrel.to/v2/release/addproof.format

Formats
json, xml

HTTP Method(s)
POST

Authentication
(Image) OAuth - This method requires the addproof scope.

Parameters
NameDescr.Default
idThe API release id. You may use multiple ids, see the comment below.(required)
imageBase64 encoded image data. You may post PNG & JPG images, with a maximum file size of 10 MB.(required)

Example Response
<?xml version="1.0" encoding="UTF-8"?>
<release_addproof>
  <proof_url>https://[...]/uploaded_images/img_proof/1063782-5665d75c.JPG</proof_url>
  <releases>
    <id>e1c6f73710fc8c</id>
    <id>90424b3c10ed42</id>
    <id>563d924710def8</id>
  </releases>
</release_addproof>


Please read the rules before posting proofs. You may post a single proof picture to multiple API release ids by using form input arrays. Use id[] instead of only id and provide the POST field multiple times.

Zuletzt aktualisiert: 8. Jan. 2021, 18:47 Uhr.

Optionen

Artikel bewerten
0/50/50/50/50/50/50/50/50/50/5
Bisher stimmte niemand ab