Examplary
  • Start for free

    Get file upload URL

    Returns a signed URL for uploading a file, and a public URL for accessing it afterwards.

    GET https://api.examplary.ai/media/upload

    Query parameters

    filenamestring· default: image.jpg

    Original attachment filename

    typestring· default: avatar

    Category of file, used for grouping

    contentTypestring· default: image/jpeg

    MIME type of the attachment

    Responses

    200

    application/json
    uploadUrlstring· uri
    publicUrlstring· uri

    Requirements

    OAuth scopes

    This endpoint requires the media:write scope to be present.